ruby-changes:64623
From: Nobuyoshi <ko1@a...>
Date: Sun, 27 Dec 2020 17:51:39 +0900 (JST)
Subject: [ruby-changes:64623] b73d256f34 (master): Check leaked global symbols under more various conditions
https://git.ruby-lang.org/ruby.git/commit/?id=b73d256f34 From b73d256f34dc46ae2b1e682c060330541463b905 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 25 Dec 2020 23:44:01 +0900 Subject: Check leaked global symbols under more various conditions diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 532e458..a133ac6 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -185,6 +185,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L185 - run: $make extract-extlibs - run: $make incs - run: $make + - run: $make leaked-globals - run: $make test - run: $make install if: "matrix.entry.name == '-O3'" diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index c0366f2..bdbcf38 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -86,6 +86,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L86 $jobs = [int](2 * $env:NUMBER_OF_PROCESSORS) make -j $jobs + - run: make leaked-globals + - name: make install run: | # Actions uses UTF8, causes test failures, similar to normal OS setup -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/