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/tests/docker
Alex Bennée 61432e805e tests/docker: fix debian-all-test-cross
It turns out you can't easily expand an ENV var across multiple steps
in a dockerfile. This meant we silently dropped the architectures we
should have even on amd64 hosts. As the updated AVAILABLE_COMPILERS is
only needed for the following apt install line just merge them.

Fixes: 6da616bb17 (tests/docker: handle host-arch selection for all-test-cross)
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250804104308.250949-1-alex.bennee@linaro.org>
1 month ago
..
dockerfiles tests/docker: fix debian-all-test-cross 1 month ago
Makefile.include tests/docker: expose $HOME/.cache/qemu as docker volume 3 months ago
common.rc tests/: spelling fixes 2 years ago
docker.py tests/docker: avoid invalid escape in Python string 2 years ago
run tests/docker: run script use realpath instead of readlink 3 years ago
test-block
test-build
test-clang
test-debug meson: Split --enable-sanitizers to --enable-{asan, ubsan} 1 year ago
test-full
test-fuzz tests/docker: add test-fuzz 2 years ago
test-mingw tests/docker: update test-mingw to run single build 3 years ago
test-misc
test-quick
test-rust tests/docker: replicate the check-rust-tools-nightly CI job 7 months ago
test-static
test-tcg
test-tsan testing: update ubuntu2004 to ubuntu2204 3 years ago
test-unit