File tree 5 files changed +4
-21
lines changed
5 files changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -1050,10 +1050,10 @@ impl Step for Compiletest {
1050
1050
cmd. arg ( "--docck-python" ) . arg ( builder. python ( ) ) ;
1051
1051
1052
1052
if builder. config . build . ends_with ( "apple-darwin" ) {
1053
- // Force /usr/bin/python on macOS for LLDB tests because we're loading the
1053
+ // Force /usr/bin/python3 on macOS for LLDB tests because we're loading the
1054
1054
// LLDB plugin's compiled module which only works with the system python
1055
1055
// (namely not Homebrew-installed python)
1056
- cmd. arg ( "--lldb-python" ) . arg ( "/usr/bin/python " ) ;
1056
+ cmd. arg ( "--lldb-python" ) . arg ( "/usr/bin/python3 " ) ;
1057
1057
} else {
1058
1058
cmd. arg ( "--lldb-python" ) . arg ( builder. python ( ) ) ;
1059
1059
}
Original file line number Diff line number Diff line change 63
63
- job : macOS
64
64
timeoutInMinutes : 600
65
65
pool :
66
- vmImage : macos-10.13
66
+ vmImage : macos-10.15
67
67
steps :
68
68
- template : steps/run.yml
69
69
strategy :
Original file line number Diff line number Diff line change @@ -48,10 +48,6 @@ steps:
48
48
displayName : Install clang
49
49
condition : and(succeeded(), not(variables.SKIP_JOB))
50
50
51
- - bash : src/ci/scripts/switch-xcode.sh
52
- displayName : Switch to Xcode 9.3
53
- condition : and(succeeded(), not(variables.SKIP_JOB))
54
-
55
51
- bash : src/ci/scripts/install-wix.sh
56
52
displayName : Install wix
57
53
condition : and(succeeded(), not(variables.SKIP_JOB))
Original file line number Diff line number Diff line change 25
25
# - job: macOS
26
26
# timeoutInMinutes: 600
27
27
# pool:
28
- # vmImage: macos-10.13
28
+ # vmImage: macos-10.15
29
29
# steps:
30
30
# - template: steps/run.yml
31
31
# strategy:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments