From d88040d495f3b840b168dd08953d64d53d684518 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Mon, 5 Aug 2024 16:19:58 +0200 Subject: [PATCH] Remove double vendored sources from release We already vendor the sources so we do not have to do it multiple times. Signed-off-by: Sascha Grunert --- Makefile | 1 - release.md | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 6f2d90929e..42f743eeb1 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/release.md b/release.md index c82b18d239..dffa917261 100644 --- a/release.md +++ b/release.md @@ -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