ruby-changes:60388
From: David <ko1@a...>
Date: Sat, 14 Mar 2020 18:17:16 +0900 (JST)
Subject: [ruby-changes:60388] 956e220ae2 (master): Use new `prepare-gems` target when possible
https://git.ruby-lang.org/ruby.git/commit/?id=956e220ae2 From 956e220ae280bbd3426bfb2bb80edb6e69ad3f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...> Date: Fri, 13 Mar 2020 10:40:00 +0100 Subject: Use new `prepare-gems` target when possible diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 83ee14d..940e42d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -43,7 +43,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L43 working-directory: build - run: make $JOBS working-directory: build - - run: make update-gems extract-gems + - run: make prepare-gems working-directory: build if: matrix.test_task == 'check' - run: make $JOBS -s ${{ matrix.test_task }} diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 4f50216..f45c9c6 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -52,7 +52,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L52 working-directory: build - run: make $JOBS working-directory: build - - run: make update-gems extract-gems + - run: make prepare-gems working-directory: build if: matrix.test_task == 'check' - name: Create dummy files in build dir -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/