From b3069de952e0f6b5d691c771997fbe306cf39b4c Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:33:20 -0400 Subject: [PATCH] build: update build tools to get siso for forks fix (#48346) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt --- .github/actions/build-electron/action.yml | 8 -------- .github/actions/install-build-tools/action.yml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/actions/build-electron/action.yml b/.github/actions/build-electron/action.yml index 76d0aed0ea..38e514a553 100644 --- a/.github/actions/build-electron/action.yml +++ b/.github/actions/build-electron/action.yml @@ -44,14 +44,6 @@ runs: - name: Add Clang problem matcher shell: bash run: echo "::add-matcher::src/electron/.github/problem-matchers/clang.json" - - name: Setup Siso for fork pull requests - if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} - shell: bash - run: | - # Use Local Execution, Remote Caching (LERC). Checks the remote cache for action - # matches and uses existing results if a match is found. If not, execution of the - # action is performed locally. - echo "RBE_exec_strategy=local" >> $GITHUB_ENV - name: Build Electron ${{ inputs.step-suffix }} shell: bash run: | diff --git a/.github/actions/install-build-tools/action.yml b/.github/actions/install-build-tools/action.yml index e3ebdd3e81..9156c09384 100644 --- a/.github/actions/install-build-tools/action.yml +++ b/.github/actions/install-build-tools/action.yml @@ -15,7 +15,7 @@ runs: git config --global core.preloadindex true git config --global core.longpaths true fi - export BUILD_TOOLS_SHA=fb34fbad068586d9a6e2bb4e4950bdcf9aaee862 + export BUILD_TOOLS_SHA=c13f4bdb50e65da46a4703f8f882079dd21fd99e npm i -g @electron/build-tools # Update depot_tools to ensure python e d update_depot_tools