Skip to content

Commit bc6c9f7

Browse files
committed
github/release-checklist: Remove Windows binaries from vendored sources
Workaround to remove Windows specific binaries that we don't need from the vendored sources. See: rust-lang/cargo#7058
1 parent 44181db commit bc6c9f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Push access to the upstream repository is required in order to publish the new t
5353

5454
- assemble vendor archive:
5555
- [ ] `cargo vendor target/vendor`
56+
- [ ] `rm -rf vendor/winapi*gnu*/lib/*.a`
5657
- [ ] `tar -czf target/ssh-key-dir-${RELEASE_VER}-vendor.tar.gz -C target vendor`
5758

5859
- publish this release on GitHub:

0 commit comments

Comments
 (0)