chore: bump electron@17.4.4 (#149896)

This commit is contained in:
Robo
2022-05-19 14:34:26 +09:00
committed by GitHub
parent ba2dd82580
commit 60e199cda4
6 changed files with 8 additions and 26 deletions

View File

@@ -122,16 +122,6 @@ steps:
- script: |
set -e
export npm_config_arch=$(NPM_ARCH)
# node-gyp@9.0.0 shipped with node@16.15.0 starts using config.gypi
# from the custom headers path if dist-url option was set instead of
# using the config value from the process. Electron builds with pointer compression
# enabled for x64 and arm64, but incorrectly ships a single copy of config.gypi
# with v8_enable_pointer_compression option always set for all target architectures.
# We use the force_process_config option to use the config.gypi from the
# nodejs process executing npm for 32-bit architectures.
if [ "$NPM_ARCH" = "armv7l" ]; then
export npm_config_force_process_config="true"
fi
if [ -z "$CC" ] || [ -z "$CXX" ]; then
# Download clang based on chromium revision used by vscode