]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
gitlab: drop --disable-pie from aarch64-all-linux-static build
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 4 Dec 2025 19:48:52 +0000 (19:48 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Dec 2025 15:16:07 +0000 (15:16 +0000)
Since we have upgraded to 24.04 with its new libc we no longer need
this workaround.

Link: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1987438
Suggested-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20251204194902.1340008-2-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.gitlab-ci.d/custom-runners/ubuntu-24.04-aarch64.yml

index 98d99193457b8cd06041a49789e468df649518e4..b4c0faab15da80a86f0b90063c74ea978b79d609 100644 (file)
@@ -41,9 +41,7 @@
 ubuntu-24.04-aarch64-all-linux-static:
   extends: .ubuntu_aarch64_template
   variables:
-    # Disable -static-pie due to build error with system libc:
-    # https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1987438
-    CONFIGURE_ARGS: --enable-debug --static --disable-system --disable-pie
+    CONFIGURE_ARGS: --enable-debug --static --disable-system
     MAKE_CHECK_ARGS: check-tcg
 
 ubuntu-24.04-aarch64-all: