-
Notifications
You must be signed in to change notification settings - Fork 15.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add release config/dsymutil fix, test-releases for GHA (#42350)
* build: add publishing workflow for GHActions * build: add test repo/bucket for uploads * build: clean up conditionals, add macos-14-large, review comments * build: remove host_cpu var from GCLIENT_EXTRA_ARGS * build: use GN_CONFIG * remove: hardcode release gn config * Fix GN args import for release * Use BUILD_TOOLS_SHA when cloning build-tools in test * build: create test release in prepare-release * build: fix GN_CONFIG for mas builds * Fix dsymutil arch resetting --------- Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
- Loading branch information
Showing
4 changed files
with
54 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"root": "/Users/runner/work/electron/electron/", | ||
"remotes": { | ||
"electron": { | ||
"origin": "https://github.com/electron/electron.git" | ||
} | ||
}, | ||
"gen": { | ||
"args": [ | ||
"import(\"//electron/build/args/release.gn\")", | ||
"use_remoteexec = true", | ||
"is_mas_build = true" | ||
], | ||
"out": "Default" | ||
}, | ||
"env": { | ||
"CHROMIUM_BUILDTOOLS_PATH": "/Users/runner/work/electron/electron/src/buildtools", | ||
"GIT_CACHE_PATH": "/Users/runner/work/electron/electron/.git-cache" | ||
}, | ||
"$schema": "file:///home/builduser/.electron_build_tools/evm-config.schema.json", | ||
"configValidationLevel": "strict", | ||
"reclient": "remote_exec", | ||
"goma": "none", | ||
"preserveXcode": 5 | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters