File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 41
41
"custom_deps" : {
42
42
},
43
43
"custom_vars": {
44
+ "llvm_url": "https://github.com/kateinoigakukun/llvm-project.git",
45
+ # swift-devtools/swift-DEVELOPMENT-SNAPSHOT-2025-02-14-a
46
+ "llvm_revision": "8cc38add382f5dea6beaf8d2ecab7cb0810c77ac",
47
+
48
+ "lldb_eval_url": "https://github.com/kateinoigakukun/lldb-eval.git",
49
+ # yt/swift-debug
50
+ "lldb_eval_revision": "a0e14719183dbfb957b16494b7ce52fe3760e886",
51
+
44
52
"checkout_cxx_debugging_extension_deps": True
45
53
},
46
54
}
50
58
run : |
51
59
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git "${{ runner.workspace }}/depot_tools"
52
60
echo "${{ runner.workspace }}/depot_tools" >> $GITHUB_PATH
53
- - run : gclient sync
61
+ - run : gclient sync --verbose
62
+ working-directory : " ${{ runner.workspace }}"
54
63
- uses : actions/setup-node@v4
55
64
with :
56
65
node-version : ' 22'
You can’t perform that action at this time.
0 commit comments