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: I51e58765dd33b15df2e9f2eb09c1260724e4ec9c
This commit is contained in:
Oliver Smith 2023-01-16 12:55:21 +01:00
parent 0334fe327e
commit b44f768b7b
1 changed files with 1 additions and 1 deletions

View File

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