Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Feb 21, 2024
1 parent d3561a4 commit 18b101d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: "1.20"
project_path: ./cmd/flow
build_flags: GO111MODULE=on
1 change: 1 addition & 0 deletions pre_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ elif [ "${INPUT_GOARCH}" = "amd64" ]; then
CC="x86_64-linux-gnu-gcc"
fi

GO111MODULE=on
CGO_ENABLED=1
CGO_FLAGS=\""-O2 -D__BLST_PORTABLE__"\"

0 comments on commit 18b101d

Please sign in to comment.