Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
electron
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
electron
Commits
09bff76d
Commit
09bff76d
authored
11 months ago
by
Keeley Hammond
Browse files
Options
Downloads
Patches
Plain Diff
build: add v8_toolchain to darwin/x64
parent
a0a8bd22
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/actions/build-electron/action.yml
+6
-0
6 additions, 0 deletions
.github/actions/build-electron/action.yml
with
6 additions
and
0 deletions
.github/actions/build-electron/action.yml
+
6
−
0
View file @
09bff76d
...
...
@@ -26,6 +26,12 @@ inputs:
runs
:
using
:
"
composite"
steps
:
-
name
:
Set GN_EXTRA_ARGS for MacOS x64 Builds
shell
:
bash
if
:
${{ inputs.target-arch == 'x64' && inputs.target-platform == 'macos' }}
run
:
|
GN_APPENDED_ARGS="$GN_EXTRA_ARGS v8_snapshot_toolchain='//build/toolchain/mac:clang_x64'"
echo "GN_EXTRA_ARGS=$GN_APPENDED_ARGS" >> $GITHUB_ENV
-
name
:
Build Electron ${{ inputs.step-suffix }}
shell
:
bash
run
:
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment