From 5e0677667aa23a34b8439389cc6e5369f5dc93bd Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Thu, 12 Dec 2024 11:43:35 -0800 Subject: [PATCH] gcc: test with openssf-compiler-options disabled --- glibc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glibc.yaml b/glibc.yaml index efc17a6d6ea..24fc324b586 100644 --- a/glibc.yaml +++ b/glibc.yaml @@ -53,6 +53,8 @@ environment: # glibc manages FORTIFY_SOURCE on per-file basis environment: CPPFLAGS: "" + # https://github.com/chainguard-dev/internal-dev/issues/7756 + GCC_SPEC_FILE: /dev/null pipeline: - uses: fetch