1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Check leaked global symbols under more various conditions

This commit is contained in:
Nobuyoshi Nakada 2020-12-25 23:44:01 +09:00
parent 441cd156e0
commit b73d256f34
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 3 additions and 0 deletions

View file

@ -185,6 +185,7 @@ jobs:
- run: $make extract-extlibs
- run: $make incs
- run: $make
- run: $make leaked-globals
- run: $make test
- run: $make install
if: "matrix.entry.name == '-O3'"

View file

@ -86,6 +86,8 @@ jobs:
$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