You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/.gitlab-ci.d/custom-runners
Richard Henderson cb771ac1f5 meson: Split --enable-sanitizers to --enable-{asan, ubsan}
We do not always want both address and undefined behavior
sanitizers running at the same time.

For the gitlab custom-runners, drop to only --enable-ubsan.
These jobs are not run by default, but as will be obvious in the
next patch, we don't run ASan on x86 either, and it seems wrong
to hold aarch64 and s390x to a different standard.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240813095216.306555-2-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
3 months ago
..
ubuntu-22.04-aarch32.yml docs/ci: clean-up references for consistency 6 months ago
ubuntu-22.04-aarch64.yml meson: Split --enable-sanitizers to --enable-{asan, ubsan} 3 months ago
ubuntu-22.04-s390x.yml meson: Split --enable-sanitizers to --enable-{asan, ubsan} 3 months ago