Skip to content

Commit

Permalink
Disabled annocheck same as f5b6b3d
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 1, 2024
1 parent b14a996 commit e4eed33
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,6 @@ jobs:
optflags: '-O2'
shared: disable
# check: true
- name: 'gcc-11 annocheck'
container: gcc-11
env:
# Minimal flags to pass the check.
default_cc: 'gcc-11 -fcf-protection -Wa,--generate-missing-build-notes=yes'
optflags: '-O2'
LDFLAGS: '-Wl,-z,now'
# 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 --skip-gaps"
check: true
- { name: clang-16, env: { default_cc: clang-16 } }
- { name: clang-15, env: { default_cc: clang-15 } }
- { name: clang-14, env: { default_cc: clang-14 } }
Expand Down

0 comments on commit e4eed33

Please sign in to comment.