Skip to content

Commit

Permalink
[swift] Checkout custom revisions by .gclient
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Feb 21, 2025
1 parent 410b53d commit d38bd57
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-swift-debugging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
"custom_deps" : {
},
"custom_vars": {
"llvm_url": "https://github.com/kateinoigakukun/llvm-project.git",
# swift-devtools/swift-DEVELOPMENT-SNAPSHOT-2025-02-14-a
"llvm_revision": "8cc38add382f5dea6beaf8d2ecab7cb0810c77ac",
"lldb_eval_url": "https://github.com/kateinoigakukun/lldb-eval.git",
# yt/swift-debug
"lldb_eval_revision": "a0e14719183dbfb957b16494b7ce52fe3760e886",
"checkout_cxx_debugging_extension_deps": True
},
}
Expand All @@ -50,7 +58,8 @@ jobs:
run: |
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git "${{ runner.workspace }}/depot_tools"
echo "${{ runner.workspace }}/depot_tools" >> $GITHUB_PATH
- run: gclient sync
- run: gclient sync --verbose
working-directory: "${{ runner.workspace }}"
- uses: actions/setup-node@v4
with:
node-version: '22'
Expand Down

0 comments on commit d38bd57

Please sign in to comment.