Skip to content

Commit

Permalink
Fix reproducible builds issue by setting SOURCE_DATE_EPOCH
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Nov 13, 2024
1 parent 9a27dce commit 6d9076c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build/%.tar.zst: contrib/%.yaml
build:
repro-env build -- sh -c ' \
RUSTFLAGS="-C strip=symbols" \
SOURCE_DATE_EPOCH=0 \
cargo build --target x86_64-unknown-linux-musl --release --no-default-features -F vendored'

.PHONY: build

0 comments on commit 6d9076c

Please sign in to comment.