File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -221,19 +221,14 @@ jobs:
221221 simpasm :
222222 strategy :
223223 fail-fast : false
224- matrix :
225- backend :
226- - arg : ' --aarch64-clean'
227- name : Clean
228- - arg : ' '
229- name : Optimized
224+ matrix : # TODO: add backend option after we have optimized/clean seperation
230225 simplify :
231226 - arg : ' '
232227 name : Simplified
233228 - arg : ' --no-simplify'
234229 name : Unmodified
235230 runs-on : pqcp-arm64
236- name : AArch64 dev backend (${{ matrix.backend.name }}, ${{ matrix. simplify.name }})
231+ name : AArch64 dev backend (${{ matrix.simplify.name }})
237232 steps :
238233 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
239234 - name : Reinstate and test backend
@@ -242,7 +237,7 @@ jobs:
242237 nix-shell : ' ci'
243238 gh_token : ${{ secrets.GITHUB_TOKEN }}
244239 script : |
245- ./scripts/autogen ${{ matrix.backend.arg }} ${{ matrix. simplify.arg }}
240+ ./scripts/autogen ${{ matrix.simplify.arg }}
246241 make clean
247242 OPT=1 make quickcheck
248243 scan-build :
You can’t perform that action at this time.
0 commit comments