Skip to content

Commit

Permalink
chore: add RUSTFLAGS env var for musl builds
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Oct 18, 2024
1 parent 7be5e70 commit ca6fab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json
AWS_LC_SYS_PREBUILT_NASM: 1
RUSTFLAGS: -C link-arg=-lstdc++
steps:
- name: enable windows longpaths
run: |
Expand Down

0 comments on commit ca6fab4

Please sign in to comment.