mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
build: use m1 hosts to build apple silicon binaries (#38258)
* build: try m1 speed test * yolo? * build: fix gn binary on m1 * build: remove arm64 snapshot logic * build: strip x64 on arm64 hosts... * if is fi * build: no more GENERATE_CROSS_ARCH_SNAPSHOT * build: chromedriver inline on arm64 darwin * build: no copy chromedriver * build: use m1 for publish * medium?
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
if os.path.exists(sys.argv[2]):
|
||||
os.remove(sys.argv[2])
|
||||
|
||||
shutil.copy(sys.argv[1], sys.argv[2])
|
||||
Reference in New Issue
Block a user