diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-09-30 15:47:06 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-09-30 16:20:33 +0900 |
| commit | 6abed7eae993ca3a7f17dab3fc4f0adedf90a4af (patch) | |
| tree | d8d22fed9ee32cdea0d86b7dbd33f231fafece86 | |
| parent | 3a273c4742e9bf04bc690523fb485860ae4d59e7 (diff) | |
Test with -O3 is flaky now. I disabled it same as before.
| -rw-r--r-- | .github/workflows/compilers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 363539f5a6..0f3e6c740b 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -191,7 +191,7 @@ jobs: with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github } - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true } } - { uses: './.github/actions/compilers', name: '-O0', with: { optflags: '-O0 -march=x86-64 -mtune=generic' } } - - { uses: './.github/actions/compilers', name: '-O3', with: { optflags: '-O3 -march=x86-64 -mtune=generic', check: true } } + # - { uses: './.github/actions/compilers', name: '-O3', with: { optflags: '-O3 -march=x86-64 -mtune=generic', check: true } } - { uses: './.github/actions/compilers', name: 'gmp', with: { append_configure: '--with-gmp', check: 'ruby/test_bignum.rb' } } - { uses: './.github/actions/compilers', name: 'jemalloc', with: { append_configure: '--with-jemalloc' } } - { uses: './.github/actions/compilers', name: 'valgrind', with: { append_configure: '--with-valgrind' } } |
