Skip to content

Commit d38bd57

Browse files
[swift] Checkout custom revisions by .gclient
1 parent 410b53d commit d38bd57

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build-swift-debugging.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ jobs:
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
}
@@ -50,7 +58,8 @@ jobs:
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'

0 commit comments

Comments
 (0)