From ea0fac88c197e7b11ac47b2a9def77b0077e7545 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 17 Dec 2025 09:48:48 +0700 Subject: [PATCH] Update aarch64 CI test --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 926ad4e10a..9973f125e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,7 @@ i586: aarch64: stage: cross-build + image: "redoxos/redoxer:aarch64" script: - ./check.sh --arch=aarch64 @@ -50,14 +51,12 @@ riscv64gc: test:linux: stage: test needs: [linux] - dependencies: [linux] script: - ./check.sh --host --test test:x86_64: stage: test needs: [x86_64] - dependencies: [x86_64] script: # TODO: sigaction and sigaltstack hangs with multi core - REDOXER_QEMU_ARGS="-smp 1" ./check.sh --arch=x86_64 --test @@ -65,7 +64,7 @@ test:x86_64: test:aarch64: stage: test needs: [aarch64] - dependencies: [aarch64] + image: "redoxos/redoxer:aarch64" script: - ./check.sh --arch=aarch64 --test