gitlab: Drop --static from s390x linux-user build
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 6 May 2024 20:13:04 +0000 (13:13 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 May 2024 06:40:31 +0000 (23:40 -0700)
The host does not have the correct libraries installed for static pie,
which causes host/guest address space interference for some tests.
There's no real gain from linking statically, so drop it.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
.gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml

index 2b9e1ff7499bf8deb49f953a9898ce7923005f7b..0a2d2bd33296c42d3276c8c21b1e1af07451c848 100644 (file)
@@ -2,7 +2,7 @@
 # setup by the scripts/ci/setup/build-environment.yml task
 # "Install basic packages to build QEMU on Ubuntu 22.04"
 
-ubuntu-22.04-s390x-all-linux-static:
+ubuntu-22.04-s390x-all-linux:
  extends: .custom_runner_template
  needs: []
  stage: build
@@ -15,7 +15,7 @@ ubuntu-22.04-s390x-all-linux-static:
  script:
  - mkdir build
  - cd build
- - ../configure --enable-debug --static --disable-system
+ - ../configure --enable-debug --disable-system
    || { cat config.log meson-logs/meson-log.txt; exit 1; }
  - make --output-sync -j`nproc`
  - make --output-sync check-tcg