From 0422ed2ae5ae93244a36d233b00cfee26e738af9 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Fri, 19 Sep 2025 22:29:41 +0000 Subject: [PATCH] Fix CI by set it as single core --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35d76e677c..8695b3079f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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