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 ba3925d commit a1569d3
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 @@ -54,6 +54,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/coreos-installer-${RELEASE_VER}-vendor.tar.gz -C target vendor`

- publish this release on GitHub:
Expand Down

0 comments on commit a1569d3

Please sign in to comment.