File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ parameters:
19
19
20
20
# Note: Make sure lldb_mi_commit is the same as the one in Extension/cgmanifest.json
21
21
# 'CommitHash' for lldb-mi.
22
- lldb_mi_commit : 2388bd74133bc21eac59b2e2bf97f2a30770a315
22
+ lldb_mi_commit : 4fe9c663edce2447e114c71851694d8c529b982d
23
23
24
24
lldb_mi_additional_parameters : " -DUSE_LLDB_FRAMEWORK=1"
25
25
28
28
timeoutInMinutes : 360
29
29
pool :
30
30
${{if eq(parameters['llvm_arch'], 'arm64')}} :
31
- name : cpptoolsMacM1pool
31
+ vmImage : macos-13-arm64
32
32
${{ else }} :
33
- vmImage : macOS-latest
33
+ vmImage : macOS-13
34
34
steps :
35
35
- task : CmdLine@2
36
36
displayName : ' Install Dependencies'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ required to debug changes to any libraries licensed under the GNU Lesser General
17
17
18
18
---------------------------------------------------------
19
19
20
- lldb-tools/lldb-mi 2388bd74133bc21eac59b2e2bf97f2a30770a315 - Apache-2.0 WITH LLVM-exception
20
+ lldb-tools/lldb-mi 4fe9c663edce2447e114c71851694d8c529b982d - Apache-2.0 WITH LLVM-exception
21
21
22
22
23
23
Copyright (c) 2010 Apple Inc.
Original file line number Diff line number Diff line change 16
16
"Type" : " git" ,
17
17
"Git" : {
18
18
"RepositoryUrl" : " https://github.com/lldb-tools/lldb-mi" ,
19
- "CommitHash" : " 2388bd74133bc21eac59b2e2bf97f2a30770a315 "
19
+ "CommitHash" : " 4fe9c663edce2447e114c71851694d8c529b982d "
20
20
}
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments