From 2441cf6132dab52944642656c32082110b64a4ec Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 8 Jan 2018 22:41:15 +0100 Subject: [PATCH] {{ common.servo_home }} seems to be wrong on Mac https://github.com/servo/servo/pull/19395#issuecomment-356103258 --- buildbot/master/files/config/environments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/master/files/config/environments.py b/buildbot/master/files/config/environments.py index ba4c916c..86ab4b6a 100644 --- a/buildbot/master/files/config/environments.py +++ b/buildbot/master/files/config/environments.py @@ -79,7 +79,7 @@ def without(self, to_unset): 'OPENSSL_INCLUDE_DIR': '/usr/local/opt/openssl/include', 'OPENSSL_LIB_DIR': '/usr/local/opt/openssl/lib', 'PATH': ':'.join([ - '{{ common.servo_home }}/.cargo/bin', + '/Users/servo/.cargo/bin', '/usr/local/bin', '/usr/bin', '/bin',