Skip to content

Commit a1569d3

Browse files
committedMar 17, 2022
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 ba3925d commit a1569d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/release-checklist.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Push access to the upstream repository is required in order to publish the new t
5454

5555
- assemble vendor archive:
5656
- [ ] `cargo vendor target/vendor`
57+
- [ ] `rm -rf vendor/winapi*gnu*/lib/*.a`
5758
- [ ] `tar -czf target/coreos-installer-${RELEASE_VER}-vendor.tar.gz -C target vendor`
5859

5960
- publish this release on GitHub:

0 commit comments

Comments
 (0)
Please sign in to comment.