From d5ede72bc5eb5c4cee6e024cb9d55057d479e735 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:56:39 +0200 Subject: [PATCH] ci: set git `core.longpaths` to true (#47711) ci: set git core.longpaths to true Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr --- .github/actions/install-build-tools/action.yml | 1 + .github/workflows/pipeline-segment-electron-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/actions/install-build-tools/action.yml b/.github/actions/install-build-tools/action.yml index 7598dea89d6e..d9680d851119 100644 --- a/.github/actions/install-build-tools/action.yml +++ b/.github/actions/install-build-tools/action.yml @@ -11,6 +11,7 @@ runs: git config --global core.autocrlf false git config --global branch.autosetuprebase always git config --global core.fscache true + git config --global core.longpaths true git config --global core.preloadindex true fi export BUILD_TOOLS_SHA=6e8526315ea3b4828882497e532b8340e64e053c diff --git a/.github/workflows/pipeline-segment-electron-test.yml b/.github/workflows/pipeline-segment-electron-test.yml index 7ab5faa6089c..289a1ad7a698 100644 --- a/.github/workflows/pipeline-segment-electron-test.yml +++ b/.github/workflows/pipeline-segment-electron-test.yml @@ -135,6 +135,7 @@ jobs: git config --global core.autocrlf false git config --global branch.autosetuprebase always git config --global core.fscache true + git config --global core.longpaths 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.