Skip to content

Commit

Permalink
Fix roll-pinned-toolchain-versions
Browse files Browse the repository at this point in the history
Pass `RUSTFLAGS='--cfg=zerocopy_derive_union_into_bytes'`
  • Loading branch information
joshlf committed Oct 7, 2024
1 parent 6812ee8 commit d59fc60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/roll-pinned-toolchain-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
# Confirm that the update didn't bork `Cargo.toml`.
validate-file "$REGEX" Cargo.toml
export RUSTFLAGS='--cfg zerocopy_derive_union_into_bytes'
# Run `cargo fix` in case there are any warnings or errors
# introduced on this new toolchain that we can fix automatically.
# This is best-effort, so we don't let failure cause the whole job
Expand Down

0 comments on commit d59fc60

Please sign in to comment.