Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silx
bob
hdf5plugin
Commits
0fcc5dc3
Commit
0fcc5dc3
authored
Nov 19, 2019
by
Thomas Vincent
Browse files
Try using manylinux1 docker to build wheels
parent
a844cc5d
Pipeline
#17288
failed with stages
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0fcc5dc3
...
...
@@ -23,8 +23,8 @@ source:
extends
:
.source_build
manylinux
2010
_wheels
:
extends
:
.manylinux
2010
_wheels
manylinux_wheels
:
extends
:
.manylinux
1
_wheels
windows_wheel_python27
:
extends
:
.windows_wheel_python27
...
...
@@ -87,19 +87,19 @@ manylinux2010_test_cp27m:
<<
:
*test_template_defintion
extends
:
.manylinux2010_cp27m_base
dependencies
:
-
manylinux
2010
_wheels
-
manylinux_wheels
manylinux2010_test_cp36
:
<<
:
*test_template_defintion
extends
:
.manylinux2010_cp36_base
dependencies
:
-
manylinux
2010
_wheels
-
manylinux_wheels
manylinux2010_test_cp37
:
<<
:
*test_template_defintion
extends
:
.manylinux2010_cp37_base
dependencies
:
-
manylinux
2010
_wheels
-
manylinux_wheels
# Deploy
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment