aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/master-builds.yml
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-03-17 21:24:04 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-03-17 21:25:08 +0100
commitf49376516b413006dcd51329e89e99ababf98f1a (patch)
treeb77e8651d10c651d21dfd87d6036d7dfa9fb8b76 /jobs/master-builds.yml
parente0e8ac53953722d830ee4aa37f8f54fe6b55c756 (diff)
jobs: osmo-trx: Disable temporarily ARM builds
proot crashes with current jenkins node setup, which means we cannot use it to run ARM based axis. proot bug is already reported upstream in: https://github.com/proot-me/PRoot/issues/134 Related: OS#3061 Change-Id: I9bc48349c78f395b3842bc5caaf6e948fb4c299e
Diffstat (limited to 'jobs/master-builds.yml')
-rw-r--r--jobs/master-builds.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index a8de0de..3be7dc3 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -246,7 +246,9 @@
- osmo-trx:
slave_axis: !!python/tuple [osmocom-master-debian9]
a1_name: INSTR
- a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
+ # ARM variants temporarily disabled due to issue OS#3061
+ # a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
+ a1: !!python/tuple [--with-sse]
concurrent: true
- osmocom-bb