[前][次][番号順一覧][スレッド一覧]

ruby-changes:73279

From: Maxime <ko1@a...>
Date: Tue, 30 Aug 2022 01:07:32 +0900 (JST)
Subject: [ruby-changes:73279] cad35fb25c (master): Try to run make -j in CI backend tests (https://github.com/Shopify/ruby/pull/386)

https://git.ruby-lang.org/ruby.git/commit/?id=cad35fb25c

From cad35fb25c4300a53ad33d833d4595c2bdd30e00 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
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(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index f743252655..51aadfc6be 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -165,4 +165,6 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L165
   # 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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]