From a948dffb38d9139f8c50d9f16422f6f32501e8a4 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 10 Dec 2025 23:41:12 +0700 Subject: [PATCH] Restore hangs workaround --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6543827086..926ad4e10a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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