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',