Skip to content

Commit ab7a1a9

Browse files
committed
chore(linux): Disable Mantic builds on Launchpad
Mantic builds currently fail because there's a newer ibus version in the official Ubuntu repos that overrides our patched ibus version. Ubuntu is trying to get ibus 1.5.29-beta to work so there are often new packages. We wait until that stabilized before we're providing a new patched ibus version at which point we can enable building for Ubuntu 23.10 Mantic. Closes #9428.
1 parent 93731db commit ab7a1a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linux/scripts/launchpad.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ else
3333
fi
3434
echo "ppa: ${ppa}"
3535

36-
distributions="${DIST:-focal jammy lunar mantic}"
36+
# distributions="${DIST:-focal jammy lunar mantic}"
37+
distributions="${DIST:-focal jammy lunar}"
3738
packageversion="${PACKAGEVERSION:-1~sil1}"
3839

3940
BASEDIR=$(pwd)

0 commit comments

Comments
 (0)