]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/docker: fix debian-all-test-cross
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 4 Aug 2025 10:43:08 +0000 (11:43 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 4 Aug 2025 15:13:38 +0000 (16:13 +0100)
commit61432e805e5028df0a3df5a76915cdc3007ecd41
tree4da57633f6227a081434313c18a3c6ff9b598b40
parent0311a6edb9db34a41a2662d94c37e1fbaabf6ecf
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: 6da616bb170 (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>
tests/docker/dockerfiles/debian-all-test-cross.docker