From fe7f6c87ab77d6e325d5d3436dc582601d1df487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 26 Nov 2019 14:21:10 +0100 Subject: [PATCH] nix: fix nix-cache builds on MacOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit symlink from /opt/nix requires this setting Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.nix-cache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/Jenkinsfile.nix-cache b/ci/Jenkinsfile.nix-cache index a2394e80f1..179a295155 100644 --- a/ci/Jenkinsfile.nix-cache +++ b/ci/Jenkinsfile.nix-cache @@ -2,6 +2,8 @@ pipeline { agent { label params.AGENT_LABEL } environment { + /* See nix/README.md */ + NIX_IGNORE_SYMLINK_STORE = 1 /* we source .bash_profile to be able to use nix-store */ NIX_SSHOPTS = "-o StrictHostKeyChecking=no source .bash_profile;" /* where our /nix/store is hosted */