Skip to content

Commit

Permalink
Skip notes and gaps on annocheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 8, 2024
1 parent dc9c489 commit fb2ff01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }
Expand Down

0 comments on commit fb2ff01

Please sign in to comment.