Skip to content

Commit

Permalink
ci: remap cwd for reproducibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hafeoz committed Feb 17, 2025
1 parent 9fc7620 commit dccbf51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=.'

0 comments on commit dccbf51

Please sign in to comment.