From 9a9c842cb0fb14946008087ca22f66c783ee659f Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 13 Apr 2021 07:16:21 +0900 Subject: Rakefile: remove GitLab configuration; close #5409 This CI could consume too much CPU time on GitLab. Maybe we should add resource concious CI configuration on GitLab. --- Rakefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 731977aa8..227d1d5d5 100644 --- a/Rakefile +++ b/Rakefile @@ -31,7 +31,6 @@ load "#{MRUBY_ROOT}/tasks/bin.rake" load "#{MRUBY_ROOT}/tasks/presym.rake" load "#{MRUBY_ROOT}/tasks/test.rake" load "#{MRUBY_ROOT}/tasks/benchmark.rake" -load "#{MRUBY_ROOT}/tasks/gitlab.rake" load "#{MRUBY_ROOT}/tasks/doc.rake" ############################## -- cgit v1.2.3