From 7bce69f6df184dd854cdddf2ca0d15cb7250ac24 Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Fri, 25 Oct 2024 10:48:43 -0700 Subject: [PATCH] binaryen.yaml: Don't use openssf options --- binaryen.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/binaryen.yaml b/binaryen.yaml index 6d112c47a7a..17a4c951666 100644 --- a/binaryen.yaml +++ b/binaryen.yaml @@ -1,7 +1,7 @@ package: name: binaryen version: "120" - epoch: 0 + epoch: 1 description: Optimizer and compiler/toolchain library for WebAssembly copyright: - license: Apache-2.0 @@ -19,6 +19,8 @@ environment: - ca-certificates-bundle - cmake - samurai + environment: + GCC_SPEC_FILE: "/dev/null" pipeline: - uses: git-checkout