From ec75ddd71542880f4633fba6bf4733a5388bdd40 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 18:23:34 +0200 Subject: [PATCH] build: update build tools (#46663) * build: update build tools Co-authored-by: John Kleinschmidt * chore: fix core.fscache Co-authored-by: Shelley Vohr * chore: fix core.preloadindex Co-authored-by: John Kleinschmidt --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt Co-authored-by: Shelley Vohr --- .github/actions/install-build-tools/action.yml | 4 +++- .github/workflows/pipeline-segment-electron-test.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/install-build-tools/action.yml b/.github/actions/install-build-tools/action.yml index 33cb28cfc8aa..a897b6480e88 100644 --- a/.github/actions/install-build-tools/action.yml +++ b/.github/actions/install-build-tools/action.yml @@ -10,8 +10,10 @@ runs: git config --global core.filemode false git config --global core.autocrlf false git config --global branch.autosetuprebase always + git config --global core.fscache true + git config --global core.preloadindex true fi - export BUILD_TOOLS_SHA=8246e57791b0af4ae5975eb96f09855f9269b1cd + export BUILD_TOOLS_SHA=6e8526315ea3b4828882497e532b8340e64e053c npm i -g @electron/build-tools e auto-update disable e d auto-update disable diff --git a/.github/workflows/pipeline-segment-electron-test.yml b/.github/workflows/pipeline-segment-electron-test.yml index 087e7af3460e..060f9fbf45fb 100644 --- a/.github/workflows/pipeline-segment-electron-test.yml +++ b/.github/workflows/pipeline-segment-electron-test.yml @@ -134,6 +134,8 @@ jobs: git config --global core.filemode false git config --global core.autocrlf false git config --global branch.autosetuprebase always + git config --global core.fscache true + git config --global core.preloadindex true git clone --filter=tree:0 https://chromium.googlesource.com/chromium/tools/depot_tools.git # Ensure depot_tools does not update. test -d depot_tools && cd depot_tools