diff --git a/.gitlab-ci.d/custom-runners/ubuntu-24.04-aarch64.yml b/.gitlab-ci.d/custom-runners/ubuntu-24.04-aarch64.yml index 98d9919345..b4c0faab15 100644 --- a/.gitlab-ci.d/custom-runners/ubuntu-24.04-aarch64.yml +++ b/.gitlab-ci.d/custom-runners/ubuntu-24.04-aarch64.yml @@ -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: