Compare commits

...

2 Commits

Author SHA1 Message Date
Nicolas Kruse bd00f0cc6f
Merge a4410fd359 into e52cbe9e1b 2026-03-03 15:57:05 +00:00
Nicolas a4410fd359 CI: exclude runner for arm thumb 2026-03-03 16:56:59 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ jobs:
-o build/runner/coparun src/coparun/runmem.c \
src/coparun/coparun.c src/coparun/mem_man.c && \
export CP_TARGET_ARCH=armv7thumb && \
pytest && \
pytest -m 'not runner' && \
bash tools/create_asm.sh"
- uses: actions/upload-artifact@v4
@ -285,7 +285,7 @@ jobs:
-o build/runner/coparun src/coparun/runmem.c \
src/coparun/coparun.c src/coparun/mem_man.c && \
export CP_TARGET_ARCH=armv7mthumb && \
pytest && \
pytest -m 'not runner' && \
bash tools/create_asm.sh"
- uses: actions/upload-artifact@v4