osmith has submitted this change. (
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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
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/do…
&& \
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 <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged