Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model 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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
element-hq
Synapse
Commits
650492ed
Unverified
Commit
650492ed
authored
5 months ago
by
Quentin Gliech
Browse files
Options
Downloads
Patches
Plain Diff
Stop building wheels for macOS
parent
fe3d88b8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/release-artifacts.yml
+2
-8
2 additions, 8 deletions
.github/workflows/release-artifacts.yml
with
2 additions
and
8 deletions
.github/workflows/release-artifacts.yml
+
2
−
8
View file @
650492ed
...
...
@@ -5,7 +5,7 @@ name: Build release artifacts
on
:
# we build on PRs and develop to (hopefully) get early warning
# of things breaking (but only build one set of debs). PRs skip
# building wheels on
macOS &
ARM.
# building wheels on ARM.
pull_request
:
push
:
branches
:
[
"
develop"
,
"
release-*"
]
...
...
@@ -111,7 +111,7 @@ jobs:
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
os
:
[
ubuntu-22.04
,
macos-13
]
os
:
[
ubuntu-22.04
]
arch
:
[
x86_64
,
aarch64
]
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
# It is not read by the rest of the workflow.
...
...
@@ -119,12 +119,6 @@ jobs:
-
${{ startsWith(github.ref, 'refs/pull/') }}
exclude
:
# Don't build macos wheels on PR CI.
-
is_pr
:
true
os
:
"
macos-13"
# Don't build aarch64 wheels on mac.
-
os
:
"
macos-13"
arch
:
aarch64
# Don't build aarch64 wheels on PR CI.
-
is_pr
:
true
arch
:
aarch64
...
...
This diff is collapsed.
Click to expand it.
Wolfspyre Automation
@meenyon
mentioned in commit
bc0d8561
·
5 months ago
mentioned in commit
bc0d8561
mentioned in commit bc0d85613a6e83b74ebcea8ac45c4b8569d1e4e4
Toggle commit list
Wolfspyre Automation
@meenyon
mentioned in commit
2abd224f
·
5 months ago
mentioned in commit
2abd224f
mentioned in commit 2abd224fe14f7b9ccc7564b95fcb3e5013fc276c
Toggle commit list
Preview
0%
Loading
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