From cad35fb25c4300a53ad33d833d4595c2bdd30e00 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Tue, 9 Aug 2022 16:03:39 -0400 Subject: Try to run make -j in CI backend tests (https://github.com/Shopify/ruby/pull/386) --- .cirrus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index f743252655..51aadfc6be 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -165,4 +165,6 @@ yjit_task: # These are the btests we can't run yet on arm: #bootstraptest/test_yjit.rb (out of executable memory not handled) - # full_build_script: make -j + # FIXME: not currently working on CI, missing cargo + # Check that we can do a full ruby build + #full_build_script: make -j -- cgit v1.2.3