mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
sdist build: stop making .zip distributables as they are not deterministic
see https://bugs.python.org/issue40963
This commit is contained in:
parent
901a900ec5
commit
c5c8ea15bb
1 changed files with 2 additions and 1 deletions
|
@ -42,5 +42,6 @@ git submodule update --init
|
||||||
|
|
||||||
find -exec touch -h -d '2000-11-11T11:11:11+00:00' {} +
|
find -exec touch -h -d '2000-11-11T11:11:11+00:00' {} +
|
||||||
|
|
||||||
TZ=UTC faketime -f '2000-11-11 11:11:11' python3 setup.py --quiet sdist --format=zip,gztar
|
# note: .zip sdists would not be reproducible due to https://bugs.python.org/issue40963
|
||||||
|
TZ=UTC faketime -f '2000-11-11 11:11:11' python3 setup.py --quiet sdist --format=gztar
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue