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
This commit is contained in:
Pau Espin 2018-03-17 21:24:04 +01:00
parent e0e8ac5395
commit f49376516b
2 changed files with 6 additions and 2 deletions

View File

@ -176,7 +176,9 @@
- osmo-trx:
slave_axis: !!python/tuple [osmocom-gerrit-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

View File

@ -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