From 491c0024b15f7d1dc79808046f6bafa1e93f222e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 30 Aug 2023 08:36:52 -0400 Subject: [PATCH 1/2] ci/autovendor: Make it work I copied this from bootc but forgot that there we're auto-vendoring from the `cli` directory. Fix this to work from the toplevel here. --- .github/workflows/autovendor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autovendor.yml b/.github/workflows/autovendor.yml index 2867e08788..3331f35b7b 100644 --- a/.github/workflows/autovendor.yml +++ b/.github/workflows/autovendor.yml @@ -17,7 +17,7 @@ jobs: - name: Install vendor tool run: cargo install cargo-vendor-filterer - name: Run - run: mkdir -p target && cd cli && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ ../target/vendor.tar.zst + run: mkdir -p target && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ target/vendor.tar.zst - uses: actions/upload-artifact@v3 with: name: vendor.tar.zst From edf12b099c30ceab26674f0467ae6d9d2290d012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:37:51 +0000 Subject: [PATCH 2/2] build(deps): bump cxx-build from 1.0.105 to 1.0.107 Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.105 to 1.0.107. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.105...1.0.107) --- updated-dependencies: - dependency-name: cxx-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rust/libdnf-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24a13338b5..7b46930493 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -638,9 +638,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.105" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162bec16c4cc28b19e26db0197b60ba5480fdb9a4cbf0f4c6c104a937741b78e" +checksum = "c4ce20f6b8433da4841b1dadfb9468709868022d829d5ca1f2ffbda928455ea3" dependencies = [ "cc", "codespan-reporting", diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index e060cae789..655b700ab0 100644 --- a/rust/libdnf-sys/Cargo.toml +++ b/rust/libdnf-sys/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" cmake = "0.1.50" system-deps = "6.1" anyhow = "1.0" -cxx-build = "1.0.105" +cxx-build = "1.0.107" # This currently needs to duplicate the libraries from libdnf [package.metadata.system-deps]