From 372e8f095eb3463e469e8c8e7c36a735b52030cf Mon Sep 17 00:00:00 2001 From: dann frazier Date: Tue, 26 Nov 2024 15:08:52 +0000 Subject: [PATCH] protobuf-c: Avoid FTBFS by disabling openssf-compiler-options (#34569) Until `abseil-cpp-compiler-options` is available (which is blocked by a melange/apko issue), let's disable openssf-compiler-options to unblock building this package. Related: https://github.com/wolfi-dev/os/issues/34568 Signed-off-by: dann frazier --- protobuf-c.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protobuf-c.yaml b/protobuf-c.yaml index 403c4f858a8..e3e322101bf 100644 --- a/protobuf-c.yaml +++ b/protobuf-c.yaml @@ -17,6 +17,9 @@ environment: - ca-certificates-bundle - libtool - protobuf-dev + environment: + # https://github.com/wolfi-dev/os/issues/34075 + GCC_SPEC_FILE: /dev/null pipeline: - uses: git-checkout