Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/native-cargo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ concurrency:

env:
RUSTFLAGS: -Dwarnings
# aws-lc-sys (JWT signing for GCS auth) assembles with NASM on x86_64
# Windows, which the runner image does not ship. Use the prebuilt objects
# the crate carries instead; the variable is ignored on every other target.
AWS_LC_SYS_PREBUILT_NASM: 1

jobs:
cargo-native:
Expand Down
Loading
Loading