File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 "custom_deps" : {
4242 },
4343 "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+
4452 "checkout_cxx_debugging_extension_deps": True
4553 },
4654 }
5058 run : |
5159 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git "${{ runner.workspace }}/depot_tools"
5260 echo "${{ runner.workspace }}/depot_tools" >> $GITHUB_PATH
53- - run : gclient sync
61+ - run : gclient sync --verbose
62+ working-directory : " ${{ runner.workspace }}"
5463 - uses : actions/setup-node@v4
5564 with :
5665 node-version : ' 22'
You can’t perform that action at this time.
0 commit comments