diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-10-07 19:03:44 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-10-25 19:24:21 +0100 |
commit | 06746324ad28f49d86d706be3c54dc9524d166ca (patch) | |
tree | 1ce0223135945fb4445b493ef65881af99be26c1 /.shippable.yml | |
parent | 2efabbe12bafb4dec61aed2f4cd1e06bc4e753cf (diff) |
tests/docker: set HOST_ARCH if we don't have ARCH
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 <alex.bennee@linaro.org>
Diffstat (limited to '.shippable.yml')
-rw-r--r-- | .shippable.yml | 2 |
1 files changed, 0 insertions, 2 deletions
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 |