Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resolve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
resolve
Commits
0380857d
Commit
0380857d
authored
2 years ago
by
Philipp Arras
Browse files
Options
Downloads
Patches
Plain Diff
Skip musllinux wheel
parent
14f52d52
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!36
Pypi
Pipeline
#144649
passed
2 years ago
Stage: build_docker
Stage: testing
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/wheels_cross_64bit.yml
+3
-2
3 additions, 2 deletions
.github/workflows/wheels_cross_64bit.yml
.github/workflows/wheels_native_64bit.yml
+3
-5
3 additions, 5 deletions
.github/workflows/wheels_native_64bit.yml
with
6 additions
and
7 deletions
.github/workflows/wheels_cross_64bit.yml
+
3
−
2
View file @
0380857d
...
...
@@ -8,13 +8,14 @@ jobs:
os
:
[
macOS-10.15
]
steps
:
-
uses
:
actions/checkout@v2
with
:
submodules
:
"
recursive"
-
uses
:
actions/setup-python@v2
-
run
:
git submodule update --init --recursive
-
run
:
python -m pip install --user --upgrade cibuildwheel
-
run
:
python -m cibuildwheel --output-dir wheelhouse
env
:
CIBW_ARCHS_MACOS
:
arm64
CIBW_SKIP
:
cp36-*
pp*
CIBW_SKIP
:
"
{
cp36-*
,
pp*
,*-musllinux_*}"
CIBW_ENVIRONMENT
:
DUCC0_OPTIMIZATION=portable
CIBW_MANYLINUX_X86_64_IMAGE
:
manylinux2014
CIBW_MANYLINUX_I686_IMAGE
:
manylinux2014
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/wheels_native_64bit.yml
+
3
−
5
View file @
0380857d
...
...
@@ -8,17 +8,15 @@ jobs:
os
:
[
ubuntu-20.04
,
macOS-10.15
]
steps
:
-
uses
:
actions/checkout@v2
with
:
submodules
:
"
recursive"
-
uses
:
actions/setup-python@v2
-
run
:
git submodule update --init --recursive
-
run
:
python -m pip install --user --upgrade cibuildwheel
-
run
:
python -m cibuildwheel --output-dir wheelhouse
env
:
CIBW_ARCHS
:
auto64
CIBW_SKIP
:
cp36-*
pp*
CIBW_SKIP
:
"
{
cp36-*
,
pp*
,*-musllinux_*}"
CIBW_ENVIRONMENT
:
DUCC0_OPTIMIZATION=portable
#CIBW_TEST_REQUIRES: pytest
#CIBW_TEST_COMMAND: pytest -x {project}/test
#CIBW_TEST_SKIP: cp37-* cp38-* cp310-*
CIBW_MANYLINUX_X86_64_IMAGE
:
manylinux2014
CIBW_MANYLINUX_I686_IMAGE
:
manylinux2014
CIBW_MANYLINUX_PYPY_X86_64_IMAGE
:
manylinux2014
...
...
This diff is collapsed.
Click to expand it.
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