From ab7a1a952ae709b3e777984ef5794b18b2c8a763 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Tue, 8 Aug 2023 13:57:20 +0200 Subject: [PATCH] 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. --- linux/scripts/launchpad.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/scripts/launchpad.sh b/linux/scripts/launchpad.sh index 7437272c03..5aa2ad0bb6 100755 --- a/linux/scripts/launchpad.sh +++ b/linux/scripts/launchpad.sh @@ -33,7 +33,8 @@ else fi echo "ppa: ${ppa}" -distributions="${DIST:-focal jammy lunar mantic}" +# distributions="${DIST:-focal jammy lunar mantic}" +distributions="${DIST:-focal jammy lunar}" packageversion="${PACKAGEVERSION:-1~sil1}" BASEDIR=$(pwd)