From 06746324ad28f49d86d706be3c54dc9524d166ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 7 Oct 2019 19:03:44 +0000 Subject: tests/docker: set HOST_ARCH if we don't have ARCH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As the docker rules want to be able to be run on a virgin unconfigured checkout add a fallback and use it if we need to. Signed-off-by: Alex Bennée --- .shippable.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.shippable.yml') diff --git a/.shippable.yml b/.shippable.yml index bbc6f88510..f74a3de3ff 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -27,8 +27,6 @@ env: TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user build: pre_ci: - # usually host ARCH is set by configure - - echo "ARCH=$(uname -m)" > config-host.mak - make docker-image-${IMAGE} V=1 pre_ci_boot: image_name: qemu -- cgit v1.2.3