Merge branch 'fix-ci-smp' into 'master'

Fix CI by set it as single core

See merge request redox-os/relibc!721
This commit is contained in:
Jeremy Soller
2025-09-19 17:01:03 -06:00
+2 -1
View File
@@ -45,7 +45,8 @@ test:redox:
variables:
TARGET: x86_64-unknown-redox
script:
- ./redoxer.sh test SKIP_REDOX=1
# TODO: sigaction and sigaltstack sometimes hangs with multi core
- REDOXER_QEMU_ARGS="-smp 1" ./redoxer.sh test SKIP_REDOX=1
fmt:
stage: test