ruby-changes:58766
From: Takashi <ko1@a...>
Date: Wed, 13 Nov 2019 13:56:44 +0900 (JST)
Subject: [ruby-changes:58766] 9ee88a070f (master): Remove MSPECOPT formerly for debugging
https://git.ruby-lang.org/ruby.git/commit/?id=9ee88a070f From 9ee88a070f797d5eb9516c6a17359463fb5c37b9 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Tue, 12 Nov 2019 20:56:15 -0800 Subject: Remove MSPECOPT formerly for debugging At least the comment looks obsoleted. Aren't we using $JOBS already? diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 22a770f..319e40b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -57,7 +57,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L57 - name: Tests run: make -C build $JOBS -s ${{ matrix.test_task }} env: - MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies RUBY_TESTOPTS: "-q --tty=no" # Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest" diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 745489e..8a78c2e 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -86,7 +86,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L86 - name: Tests run: make -C build $JOBS -s ${{ matrix.test_task }} env: - MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies RUBY_TESTOPTS: "-q --tty=no" # Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/