Skip to content

Commit

Permalink
chore: Fix for error: failed to run custom build command for `aws-lc-…
Browse files Browse the repository at this point in the history
…sys v0.18.0`
  • Loading branch information
rholshausen committed Jun 24, 2024
1 parent 62e5bd1 commit a8b67a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
rust: [ stable ]
env:
pact_do_not_track: true
# Without this fails to compile on Windows
AWS_LC_SYS_NO_ASM: 1
steps:
- uses: actions/checkout@v3
- run: rustc --version || true
Expand Down
3 changes: 3 additions & 0 deletions rust/scripts/ci-musl-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -ex

# Without this fails to compile on Windows
export AWS_LC_SYS_NO_ASM=1

rustc --print cfg
cargo build
cargo test

0 comments on commit a8b67a5

Please sign in to comment.