diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2020-02-05 15:47:01 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-02-17 12:21:28 +0100 |
| commit | 79c166ef73df00eac96aaeadcb326c972c22068c (patch) | |
| tree | 97f948841fc0aa8288c10d0a92c82594ba179ba3 /src/bootstrap | |
| parent | 75b98fbe77d472d85d1691bae5b25e7eefb3609c (diff) | |
| download | rust-79c166ef73df00eac96aaeadcb326c972c22068c.tar.gz rust-79c166ef73df00eac96aaeadcb326c972c22068c.zip | |
ci: switch macOS builders to 10.15
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/test.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 43561fa4f2f..3d6d4065fe8 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -1051,10 +1051,10 @@ impl Step for Compiletest { cmd.arg("--docck-python").arg(builder.python()); if builder.config.build.ends_with("apple-darwin") { - // Force /usr/bin/python on macOS for LLDB tests because we're loading the + // Force /usr/bin/python3 on macOS for LLDB tests because we're loading the // LLDB plugin's compiled module which only works with the system python // (namely not Homebrew-installed python) - cmd.arg("--lldb-python").arg("/usr/bin/python"); + cmd.arg("--lldb-python").arg("/usr/bin/python3"); } else { cmd.arg("--lldb-python").arg(builder.python()); } |
