1 # All centos-stream-8 jobs should run successfully in an environment
2 # setup by the scripts/ci/setup/stream/8/build-environment.yml task
3 # "Installation of extra packages to build QEMU"
5 centos-stream-8-x86_64:
6 extends: .custom_runner_template
14 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
15 - if: "$CENTOS_STREAM_8_x86_64_RUNNER_AVAILABLE"
17 - JOBS=$(expr $(nproc) + 1)
21 - ../scripts/ci/org.centos/stream/8/x86_64/configure
22 || { cat config.log meson-logs/meson-log.txt; exit 1; }
24 - make NINJA=":" check check-avocado