Skip to content

Commit

Permalink
add build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Gololicic committed Dec 12, 2023
1 parent 6970b4e commit 6c123f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
BUILD_TIME: $(date --iso-8601=seconds)
VERSION: ${{github.ref_name}}
COMMIT: ${{ github.sha }}
CGO_CFLAGS: "-O -D__BLST_PORTABLE__" // temporary workaround for crypto being built on older machines
with:
pre_command: make generate
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6c123f0

Please sign in to comment.