Skip to content

Commit

Permalink
binaryen.yaml: Don't use openssf options
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvreeland committed Nov 26, 2024
1 parent be53c1d commit 7bce69f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion binaryen.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,6 +19,8 @@ environment:
- ca-certificates-bundle
- cmake
- samurai
environment:
GCC_SPEC_FILE: "/dev/null"

pipeline:
- uses: git-checkout
Expand Down

0 comments on commit 7bce69f

Please sign in to comment.