summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2022-08-10 16:38:42 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-29 08:47:10 -0700
commitb54643d13ac4194f05151a366e9980350efec829 (patch)
tree98e3b6d6af2b53dfd8da8ba7c860d84623f7f30b /.cirrus.yml
parentdf84832c758e3dcb360f18335c2c93dcc90344aa (diff)
downloadruby-b54643d13ac4194f05151a366e9980350efec829.tar.gz
Handle out of memory tests (https://github.com/Shopify/ruby/pull/393)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 51aadfc6be..3425ebd175 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -160,10 +160,8 @@ yjit_task:
bootstraptest/test_yjit_30k_ifelse.rb \
bootstraptest/test_yjit_30k_methods.rb \
bootstraptest/test_yjit_new_backend.rb \
- bootstraptest/test_yjit_rust_port.rb
-
- # These are the btests we can't run yet on arm:
- #bootstraptest/test_yjit.rb (out of executable memory not handled)
+ bootstraptest/test_yjit_rust_port.rb \
+ bootstraptest/test_yjit.rb
# FIXME: not currently working on CI, missing cargo
# Check that we can do a full ruby build