Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c7b375

Browse files
trop[bot]jkleinsccodebytere
authored
build: update build tools (#47281)
* build: update build toolsCo-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>* chore: fix core.fscacheCo-authored-by: Shelley Vohr <shelley.vohr@gmail.com>* chore: fix core.preloadindexCo-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>---------Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
1 parente7b07b4 commit6c7b375

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ runs:
1010
git config --global core.filemodefalse
1111
git config --global core.autocrlffalse
1212
git config --global branch.autosetuprebase always
13+
git config --global core.fscachetrue
14+
git config --global core.preloadindextrue
1315
fi
14-
export BUILD_TOOLS_SHA=8246e57791b0af4ae5975eb96f09855f9269b1cd
16+
export BUILD_TOOLS_SHA=6e8526315ea3b4828882497e532b8340e64e053c
1517
npm i -g @electron/build-tools
1618
# Update depot_tools to ensure python
1719
e d update_depot_tools

‎.github/workflows/pipeline-segment-electron-test.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
git config --global core.filemodefalse
132132
git config --global core.autocrlffalse
133133
git config --global branch.autosetuprebase always
134+
git config --global core.fscachetrue
135+
git config --global core.preloadindextrue
134136
git clone --filter=tree:0 https://chromium.googlesource.com/chromium/tools/depot_tools.git
135137
# Ensure depot_tools does not update.
136138
test -d depot_tools && cd depot_tools

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp