1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 06:28:09 +00:00

ci: appease nixos+bdist-wheel

This commit is contained in:
matejcik 2020-09-29 11:18:03 +02:00
parent 1f5c08c9a2
commit 988c7f65af

View File

@ -21,6 +21,9 @@ variables:
PIPENV_VENV_IN_PROJECT: "true"
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
DOCKER_TLS_CERTDIR: ""
stages: