summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-02 17:50:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-03 10:07:22 +0900
commit2f1586f6f204bdd040ba7a14633983568199dbc0 (patch)
tree612eaedaf91370e0b4080ccb50ca87cd66579a14 /.github
parent8968b47ba8a6d1c66315b7ea042cac8b07f0d7c3 (diff)
downloadruby-2f1586f6f204bdd040ba7a14633983568199dbc0.tar.gz
Check leaked global symbols by default
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/annocheck.yml1
-rw-r--r--.github/workflows/compilers.yml1
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/mingw.yml2
-rw-r--r--.github/workflows/ubuntu.yml2
-rw-r--r--.github/workflows/yjit-ubuntu.yml2
6 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/annocheck.yml b/.github/workflows/annocheck.yml
index 7715375e93..6d9b2fee3e 100644
--- a/.github/workflows/annocheck.yml
+++ b/.github/workflows/annocheck.yml
@@ -124,7 +124,6 @@ jobs:
- run: make incs
- run: make showflags
- run: make
- - run: make leaked-globals
- run: make test
- run: make install
if: ${{ matrix.entry.check }}
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 10c95e74ef..625d614bb3 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -252,7 +252,6 @@ jobs:
- run: make incs
- run: make showflags
- run: make
- - run: make leaked-globals
- run: make test
- run: make install
if: ${{ matrix.entry.check }}
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 06789586a1..e76908e500 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -77,8 +77,6 @@ jobs:
- run: make prepare-gems
if: ${{ matrix.test_task == 'test-bundled-gems' }}
- run: make
- - run: make leaked-globals
- if: ${{ matrix.test_task == 'check' }}
- name: make ${{ matrix.test_task }}
run: |
make -s ${{ matrix.test_task }} ${TESTS:+TESTS=`echo "$TESTS" | sed 's| |$$/ -n!/|g;s|^|-n!/|;s|$|$$/|'`}
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 4df18d63d9..5d26aebc62 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -127,8 +127,6 @@ jobs:
run: |
make
- - run: make leaked-globals
-
- name: make install
run: |
make DESTDIR=../install install-nodoc
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index f0ade0963a..36f5755083 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -101,8 +101,6 @@ jobs:
- run: $SETARCH make prepare-gems
if: ${{ matrix.test_task == 'test-bundled-gems' }}
- run: $SETARCH make
- - run: $SETARCH make leaked-globals
- if: ${{ matrix.test_task == 'check' }}
- name: Create dummy files in build dir
run: |
$SETARCH ./miniruby -e '(("a".."z").to_a+("A".."Z").to_a+("0".."9").to_a+%w[foo bar test zzz]).each{|basename|File.write("#{basename}.rb", "raise %(do not load #{basename}.rb)")}'
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index 6730f15e72..79c66ffd20 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -134,8 +134,6 @@ jobs:
- run: make prepare-gems
if: ${{ matrix.test_task == 'test-bundled-gems' }}
- run: make -j
- - run: make leaked-globals
- if: ${{ matrix.test_task == 'check' }}
- name: Create dummy files in build dir
run: |
./miniruby -e '(("a".."z").to_a+("A".."Z").to_a+("0".."9").to_a+%w[foo bar test zzz]).each{|basename|File.write("#{basename}.rb", "raise %(do not load #{basename}.rb)")}'