mirror of https://gerrit.osmocom.org/osmo-ci
jobs/gerrit-verifications: osmo-trx: fix matrix
Add the missing comma between "--without-sse, --without-neon", so the matrix works as expected. Without this patch, the two builds with these flags didn't run. Change-Id: I51e58765dd33b15df2e9f2eb09c1260724e4ec9cchanges/85/30985/1
parent
0334fe327e
commit
b44f768b7b
|
@ -281,7 +281,7 @@
|
|||
- osmo-trx:
|
||||
slave_axis: !!python/tuple [osmocom-gerrit,rpi4-raspbian11]
|
||||
a1_name: INSTR
|
||||
a1: !!python/tuple [--with-sse, --without-sse --with-neon, --with-neon-vfpv4]
|
||||
a1: !!python/tuple [--with-sse, --without-sse, --with-neon, --with-neon-vfpv4]
|
||||
a2_name: WITH_MANUALS
|
||||
a2: !!python/tuple ["1", "0"]
|
||||
combination_filter: >
|
||||
|
|
Loading…
Reference in New Issue