Restore hangs workaround

This commit is contained in:
Wildan M
2025-12-10 23:41:12 +07:00
parent 31797971bc
commit a948dffb38
+2 -1
View File
@@ -59,7 +59,8 @@ test:x86_64:
needs: [x86_64]
dependencies: [x86_64]
script:
- ./check.sh --arch=x86_64 --test
# TODO: sigaction and sigaltstack hangs with multi core
- REDOXER_QEMU_ARGS="-smp 1" ./check.sh --arch=x86_64 --test
test:aarch64:
stage: test