Change in osmo-ci[master]: ansible: Install poky-sdk only on x86_64 architecture

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 26 14:21:47 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/17021 )

Change subject: ansible: Install poky-sdk only on x86_64 architecture
......................................................................

ansible: Install poky-sdk only on x86_64 architecture

The SDK is pre-compiled for a x86_64 host architecture, we cannot
use it e.g. on armhf (raspi).

Change-Id: Ia565d2dba427c00aa08a4eca62ac7410448ada04
---
M ansible/setup-jenkins-slave.yml
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/ansible/setup-jenkins-slave.yml b/ansible/setup-jenkins-slave.yml
index 39e6f77..64938c8 100644
--- a/ansible/setup-jenkins-slave.yml
+++ b/ansible/setup-jenkins-slave.yml
@@ -20,6 +20,7 @@
         - docker
 
     - name: install-poky-sdk
+      when: ansible_architecture == "x86_64"
       jenkins_user: osmocom-build
       poky_installer_file: poky-glibc-x86_64-meta-toolchain-osmo-cortexa15hf-neon-toolchain-osmo-2.3.4.sh
       poky_dest: /opt/poky-oc2g/2.3.4/
@@ -27,6 +28,7 @@
         - poky
 
     - name: install-poky-sdk
+      when: ansible_architecture == "x86_64"
       jenkins_user: osmocom-build
       poky_installer_file: poky-glibc-x86_64-meta-toolchain-osmo-armv5te-toolchain-osmo-2.3.4.sh
       poky_dest: /opt/poky-sdk/2.3.4/

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/17021
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ia565d2dba427c00aa08a4eca62ac7410448ada04
Gerrit-Change-Number: 17021
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200126/86136e05/attachment.htm>


More information about the gerrit-log mailing list