diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 93d2d8155031ce..7aa3c5a0513068 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -96,7 +96,9 @@ jobs: # FIXME: Drop skipping options # https://bugs.ruby-lang.org/issues/18061 # https://sourceware.org/annobin/annobin.html/Test-pie.html - TEST_ANNOCHECK_OPTS: "--skip-pie" + # https://sourceware.org/annobin/annobin.html/Test-notes.html + # https://sourceware.org/annobin/annobin.html/Test-gaps.html + TEST_ANNOCHECK_OPTS: "--skip-pie --skip-notes --skip-gaps" check: true - { name: clang-16, env: { default_cc: clang-16 } } - { name: clang-15, env: { default_cc: clang-15 } }