From 988c7f65afa351714d45aae7e0599174a44f18fd Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 29 Sep 2020 11:18:03 +0200 Subject: [PATCH] ci: appease nixos+bdist-wheel --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52350d3ea..136c47058 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: