osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/29768 )


Change subject: debian-buster-jenkins: skip llvm for arch !x86_64
......................................................................

debian-buster-jenkins: skip llvm for arch !x86_64

The pre-built LLVM toolchain we are downloading is built for x86_64, so
this fails on other architectures.

Related: OS#5260
Change-Id: Ie5a851d8c4e808ced09b20d7478679bf1ecc1cbb
---
M debian-buster-jenkins/Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/68/29768/1

diff --git a/debian-buster-jenkins/Dockerfile b/debian-buster-jenkins/Dockerfile
index 1439065..01a383e 100644
--- a/debian-buster-jenkins/Dockerfile
+++ b/debian-buster-jenkins/Dockerfile
@@ -128,6 +128,7 @@
                xsltproc

 RUN    set -x && \
+       [ "$(arch)" = "x86_64" ] || exit 0; \
        wget -q 
https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/download/release-${LLVM_VERSION}/LLVMEmbeddedToolchainForArm-${LLVM_VERSION}-linux.tar.gz
 && \
        tar -xf LLVMEmbeddedToolchainForArm-${LLVM_VERSION}-linux.tar.gz && \
        rm LLVMEmbeddedToolchainForArm-${LLVM_VERSION}-linux.tar.gz && \

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/29768
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie5a851d8c4e808ced09b20d7478679bf1ecc1cbb
Gerrit-Change-Number: 29768
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to