From dccbf5166caeaee3a19ac097f3c88a7a91077909 Mon Sep 17 00:00:00 2001 From: hafeoz Date: Mon, 17 Feb 2025 03:47:32 +0000 Subject: [PATCH] ci: remap cwd for reproducibility --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f84901a..a764e11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,3 +13,5 @@ jobs: fail-if-unreproducible: true target-regex: '^([^-]+)-([^-]+)-linux(-(musl|gnu)([^-]+))?$' skip-target: 'armv5te-unknown-linux-musleabi,armv5te-unknown-linux-gnueabi' # fails to compile zvariant-5.2.0 + rust-toolchain: 'nightly' + rust-flags: '-Z remap-cwd-prefix=.'