mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
build: remove ninja logs
This commit is contained in:
3
.github/actions/build-electron/action.yml
vendored
3
.github/actions/build-electron/action.yml
vendored
@@ -60,8 +60,7 @@ runs:
|
|||||||
sudo launchctl limit maxfiles 65536 200000
|
sudo launchctl limit maxfiles 65536 200000
|
||||||
fi
|
fi
|
||||||
|
|
||||||
NINJA_SUMMARIZE_BUILD=1 e build
|
e build
|
||||||
cp out/Default/.ninja_log out/electron_ninja_log
|
|
||||||
node electron/script/check-symlinks.js
|
node electron/script/check-symlinks.js
|
||||||
- name: Build Electron dist.zip ${{ inputs.step-suffix }}
|
- name: Build Electron dist.zip ${{ inputs.step-suffix }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -111,8 +111,6 @@ mv_if_exist src/out/Default/chromedriver.zip
|
|||||||
mv_if_exist src/out/ffmpeg/ffmpeg.zip
|
mv_if_exist src/out/ffmpeg/ffmpeg.zip
|
||||||
mv_if_exist src/out/Default/hunspell_dictionaries.zip
|
mv_if_exist src/out/Default/hunspell_dictionaries.zip
|
||||||
mv_if_exist src/cross-arch-snapshots
|
mv_if_exist src/cross-arch-snapshots
|
||||||
cp_if_exist src/out/electron_ninja_log
|
|
||||||
cp_if_exist src/out/Default/.ninja_log
|
|
||||||
if [ -n "$SISO_REPORT_PATH" ]; then
|
if [ -n "$SISO_REPORT_PATH" ]; then
|
||||||
cp_if_exist "$SISO_REPORT_PATH"
|
cp_if_exist "$SISO_REPORT_PATH"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user