Skip to content

Commit

Permalink
Merge pull request containers#2383 from saschagrunert/double-vendor
Browse files Browse the repository at this point in the history
Remove double vendored sources from release
  • Loading branch information
saschagrunert authored Aug 5, 2024
2 parents c89a4bd + d88040d commit bd55f1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ create-release-packages: release
echo "crate version and tag mismatch" ; \
exit 1 ; \
fi
cargo vendor -q && tar zcf $(PACKAGE_NAME)-vendor.tar.gz vendor && rm -rf vendor
git archive --format tar --prefix=conmonrs-$(CI_TAG)/ $(CI_TAG) | gzip >$(PACKAGE_NAME).tar.gz


Expand Down
1 change: 0 additions & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ action](https://github.com/containers/conmon-rs/actions/workflows/release.yml)
should run for that tag which attaches the vendored sources to the release, for
example:

- [conmonrs-v0.4.0-vendor.tar.gz](https://github.com/containers/conmon-rs/releases/download/v0.4.0/conmonrs-v0.4.0-vendor.tar.gz)
- [conmonrs-v0.4.0.tar.gz](https://github.com/containers/conmon-rs/releases/download/v0.4.0/conmonrs-v0.4.0.tar.gz)

Those sources have to be used to update the package in
Expand Down

0 comments on commit bd55f1b

Please sign in to comment.