ruby-changes:69251
From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:24:21 +0900 (JST)
Subject: [ruby-changes:69251] 34f1595405 (master): Enable leaked global tests in YJIT workflows
https://git.ruby-lang.org/ruby.git/commit/?id=34f1595405 From 34f1595405f8c709e3c98f66d7e49f2b2c816feb Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Thu, 7 Oct 2021 14:49:34 -0400 Subject: Enable leaked global tests in YJIT workflows --- .github/workflows/yjit-macos.yml | 4 ++-- .github/workflows/yjit-ubuntu.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/yjit-macos.yml b/.github/workflows/yjit-macos.yml index e84b5fb662..1cda29b447 100644 --- a/.github/workflows/yjit-macos.yml +++ b/.github/workflows/yjit-macos.yml @@ -41,8 +41,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit-macos.yml#L41 run: ../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1...) --with-readline-dir=$(brew --prefix readline) - run: make $JOBS incs - run: make $JOBS -# - run: make leaked-globals -# if: matrix.test_task == 'check' + - run: make leaked-globals + if: matrix.test_task == 'check' - run: make prepare-gems if: ${{ matrix.test_task == 'check' }} - run: make $JOBS -s ${{ matrix.test_task }} diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml index 1cae7e1f71..1acd40fc4f 100644 --- a/.github/workflows/yjit-ubuntu.yml +++ b/.github/workflows/yjit-ubuntu.yml @@ -54,8 +54,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit-ubuntu.yml#L54 run: ../src/configure -C --disable-install-doc ${{ matrix.configure }} - run: make $JOBS incs - run: make $JOBS -# - run: make leaked-globals -# if: matrix.test_task == 'check' + - run: make leaked-globals + if: matrix.test_task == 'check' - run: make prepare-gems if: ${{ matrix.test_task == 'check' }} - name: Create dummy files in build dir -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/