ci: appease nixos+bdist-wheel

pull/1295/head
matejcik 4 years ago
parent 1f5c08c9a2
commit 988c7f65af

@ -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:

Loading…
Cancel
Save