summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2022-08-09 16:03:39 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-29 08:47:09 -0700
commitcad35fb25c4300a53ad33d833d4595c2bdd30e00 (patch)
tree69e4dc31887ed130208ddbec24cecc0cc82af6ad /.cirrus.yml
parent1cafb1a7a67c776018656a5461965cf15d22b220 (diff)
Try to run make -j in CI backend tests (https://github.com/Shopify/ruby/pull/386)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 3 insertions, 1 deletions
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