build: remove the CIPD patch from depot tools (#42484)

* build: try to remove the CIPD patch from depot tools

* build: remove cipd patch from GHA
This commit is contained in:
Keeley Hammond
2024-06-13 16:06:16 -05:00
committed by GitHub
parent b92a4023c1
commit a0a8bd2222
6 changed files with 0 additions and 48 deletions

View File

@@ -70,9 +70,6 @@ jobs:
sed -i '' '/ninjalog_uploader_wrapper.py/d' ./depot_tools/autoninja
else
sed -i '/ninjalog_uploader_wrapper.py/d' ./depot_tools/autoninja
# Remove swift-format dep from cipd on macOS until we send a patch upstream.
cd depot_tools
git apply --3way ../src/electron/.github/workflows/config/gclient.diff
fi
# Ensure depot_tools does not update.
test -d depot_tools && cd depot_tools