ruby-changes:60054
From: MSP-Greg <ko1@a...>
Date: Thu, 13 Feb 2020 15:23:33 +0900 (JST)
Subject: [ruby-changes:60054] e3dfd9f2b5 (ruby_2_7): Actions MinGW - fix test-all (#2803)
https://git.ruby-lang.org/ruby.git/commit/?id=e3dfd9f2b5 From e3dfd9f2b5729d4d8ac4541110af409ee218aadd Mon Sep 17 00:00:00 2001 From: MSP-Greg <MSP-Greg@u...> Date: Tue, 31 Dec 2019 11:35:43 -0600 Subject: Actions MinGW - fix test-all (#2803) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index f36af4b..63b38b5 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -36,7 +36,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L36 run: | git config --system core.autocrlf false git config --system core.eol lf - # Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork. + # Not using official actions/checkout@v2 because it's unstable and sometimes doesn't work for a fork. - name: Checkout ruby/ruby run: | git clone --single-branch --shallow-since=yesterday https://github.com/ruby/ruby src @@ -140,7 +140,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L140 [Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437") [Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437") $jobs = [int]$env:NUMBER_OF_PROCESSORS - make -C build test-all TESTOPTS="--retry --job-status=normal --show-skip --timeout-scale=1.5 --excludes=../src/test/excludes -n !/memory_leak/ -j $jobs" + make -C build test-all TESTOPTS="-j $jobs --retry --job-status=normal --show-skip --timeout-scale=1.5" - uses: k0kubun/action-slack@v... with: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/