From 5053fa485395c8e244de2bc95a03ce62041afaa4 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 17 Aug 2025 14:03:21 +0200 Subject: [PATCH] cross/.gitlab-ci.yml: add tags: [qemu] The runners from OSUOSL sometimes still fail to run jobs that emulate other arches via QEMU. We run into this when building gcc-x86_64 for aarch64 on x86_64 through QEMU. Use the usual workaround of running the job on our own builder. Related: postmarketos issue 83 Part-of: --- cross/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/cross/.gitlab-ci.yml b/cross/.gitlab-ci.yml index f58101ab1..47f51ffb1 100644 --- a/cross/.gitlab-ci.yml +++ b/cross/.gitlab-ci.yml @@ -1,5 +1,6 @@ cross-gcc-tests: extends: .package-test + tags: [qemu] before_script: - wget "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh" - sh ./install_pmbootstrap.sh