Skip to content

Commit

Permalink
github/release-checklist: Remove Windows binaries from vendored sources
Browse files Browse the repository at this point in the history
Workaround to remove Windows specific binaries that we don't need from
the vendored sources.

See: rust-lang/cargo#7058
  • Loading branch information
travier committed Mar 17, 2022
1 parent 5812cc7 commit 3f85020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Push access to the upstream repository is required in order to publish the new t

- assemble vendor archive:
- [ ] `cargo vendor target/vendor`
- [ ] `rm -rf vendor/winapi*gnu*/lib/*.a`
- [ ] `tar -czf target/zincati-${RELEASE_VER}-vendor.tar.gz -C target vendor`

- publish the release:
Expand Down

0 comments on commit 3f85020

Please sign in to comment.