diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 2878d14a8c..d30d9f70db 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -88,7 +88,8 @@ jobs: # https://bugs.ruby-lang.org/issues/18061 # https://sourceware.org/annobin/annobin.html/Test-pie.html # https://sourceware.org/annobin/annobin.html/Test-notes.html - TEST_ANNOCHECK_OPTS: "--skip-pie --skip-notes" + # https://sourceware.org/annobin/annobin.html/Test-gaps.html + TEST_ANNOCHECK_OPTS: "--skip-pie --skip-notes --skip-gaps" check: true - { key: default_cc, name: clang-15, value: clang-15, container: clang-15 } - { key: default_cc, name: clang-14, value: clang-14, container: clang-14 }