mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 18:02:35 +00:00
ci: appease nixos+bdist-wheel
This commit is contained in:
parent
1f5c08c9a2
commit
988c7f65af
@ -21,6 +21,9 @@ variables:
|
|||||||
PIPENV_VENV_IN_PROJECT: "true"
|
PIPENV_VENV_IN_PROJECT: "true"
|
||||||
PIPENV_CACHE_DIR: ".cache/"
|
PIPENV_CACHE_DIR: ".cache/"
|
||||||
|
|
||||||
|
# Fix bdist-wheel problem in NixOS by setting source date epoch to a more recent date
|
||||||
|
SOURCE_DATE_EPOCH: 1600000000
|
||||||
|
|
||||||
# No need for TLS because everything runs on the same machine
|
# No need for TLS because everything runs on the same machine
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
stages:
|
stages:
|
||||||
|
Loading…
Reference in New Issue
Block a user