From cd454cbd07c46f06a3f8dda65bd81a3282728f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Thu, 8 Feb 2024 22:20:39 -0700 Subject: [PATCH 1/2] CI: Enable LLVM and C backends on macOS --- ci/test.xsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test.xsh b/ci/test.xsh index da9f40d1c1..6e2c45ac51 100644 --- a/ci/test.xsh +++ b/ci/test.xsh @@ -29,5 +29,5 @@ else: python run_tests.py -j16 -b x86 wasm_x86 wasm_x64 python run_tests.py -j16 -b x86 wasm_x86 wasm_x64 -f else: - python run_tests.py -j1 -b cpython wasm - python run_tests.py -j1 -b cpython wasm -f + python run_tests.py -j1 -b llvm cpython c wasm + python run_tests.py -j1 -b llvm cpython c wasm -f From a3bd1b7badd2fb9fb19992d41bb88dd4abe39dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Fri, 9 Feb 2024 08:42:09 -0700 Subject: [PATCH 2/2] Use -j16 instead of -j1 --- ci/test.xsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test.xsh b/ci/test.xsh index 6e2c45ac51..ec07762e32 100644 --- a/ci/test.xsh +++ b/ci/test.xsh @@ -29,5 +29,5 @@ else: python run_tests.py -j16 -b x86 wasm_x86 wasm_x64 python run_tests.py -j16 -b x86 wasm_x86 wasm_x64 -f else: - python run_tests.py -j1 -b llvm cpython c wasm - python run_tests.py -j1 -b llvm cpython c wasm -f + python run_tests.py -j16 -b llvm cpython c wasm + python run_tests.py -j16 -b llvm cpython c wasm -f