Fix CI by set it as single core

This commit is contained in:
Wildan Mubarok
2025-09-19 22:29:41 +00:00
parent 9fa3eceaeb
commit 0422ed2ae5
+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