Pass LDFLAGS via environment variable

This commit is contained in:
Nobuyoshi Nakada 2022-06-22 19:38:17 +09:00
parent 6f229da2c0
commit 2f7c0f656e
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -83,7 +83,7 @@ jobs:
env:
# Minimal flags to pass the check.
default_cc: 'gcc-11 -O2 -fcf-protection -Wa,--generate-missing-build-notes=yes'
append_configure: 'LDFLAGS=-Wl,-z,now'
LDFLAGS: '-Wl,-z,now'
# FIXME: Drop skipping options
# https://bugs.ruby-lang.org/issues/18061
# https://sourceware.org/annobin/annobin.html/Test-pie.html