Skip to content

Commit

Permalink
Revert "chore: Fix for error: failed to run custom build command for …
Browse files Browse the repository at this point in the history
…`aws-lc-sys v0.18.0`"

This reverts commit a8b67a5.
  • Loading branch information
rholshausen committed Jun 24, 2024
1 parent bb881aa commit f77dd19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ 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: 0 additions & 3 deletions rust/scripts/ci-musl-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

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 f77dd19

Please sign in to comment.