Skip to content

Commit 526dfe2

Browse files
authored
build: update build tools to get siso for forks fix (#48345) (#48350)
1 parent cf9d044 commit 526dfe2

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/actions/build-electron/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ runs:
4444
- name: Add Clang problem matcher
4545
shell: bash
4646
run: echo "::add-matcher::src/electron/.github/problem-matchers/clang.json"
47-
- name: Setup Siso for fork pull requests
48-
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
49-
shell: bash
50-
run: |
51-
# Use Local Execution, Remote Caching (LERC). Checks the remote cache for action
52-
# matches and uses existing results if a match is found. If not, execution of the
53-
# action is performed locally.
54-
echo "RBE_exec_strategy=local" >> $GITHUB_ENV
5547
- name: Build Electron ${{ inputs.step-suffix }}
5648
shell: bash
5749
run: |

.github/actions/install-build-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
git config --global core.preloadindex true
1616
git config --global core.longpaths true
1717
fi
18-
export BUILD_TOOLS_SHA=8559e5d325d61f195a255f41077ffc9e5b70b0e5
18+
export BUILD_TOOLS_SHA=c13f4bdb50e65da46a4703f8f882079dd21fd99e
1919
npm i -g @electron/build-tools
2020
# Update depot_tools to ensure python
2121
e d update_depot_tools

0 commit comments

Comments
 (0)