Skip to content

Commit

Permalink
Merge pull request #9780 from keymanapp/chore/linux/9520_mantic
Browse files Browse the repository at this point in the history
chore(linux): Re-enable building for Ubuntu 23.10 Mantic
  • Loading branch information
ermshiperete authored Oct 18, 2023
2 parents 68bff20 + 46d67d9 commit 74c6517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deb-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ jobs:
strategy:
fail-fast: true
matrix:
# Currently not building mantic until ibus version on mantic stabilizied
# and we can provide a patched version
# dist: [focal, jammy, lunar, mantic]
dist: [focal, jammy, lunar]
dist: [focal, jammy, lunar, mantic]
arch: [amd64]

runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions linux/scripts/launchpad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ else
fi
echo "ppa: ${ppa}"

# distributions="${DIST:-focal jammy lunar mantic}"
distributions="${DIST:-focal jammy lunar}"
distributions="${DIST:-focal jammy lunar mantic}"
packageversion="${PACKAGEVERSION:-1~sil1}"

BASEDIR=$(pwd)
Expand Down

0 comments on commit 74c6517

Please sign in to comment.