Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
45db494c
"platforms/reference/include/ReferenceKernels.h" did not exist on "607f2b6a2587575754c1b38dd286685ed9317325"
Commit
45db494c
authored
Jun 11, 2016
by
Matthew Brett
Browse files
Update build_package script
parent
e3a10bed
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
manylinux
manylinux
+1
-1
travis_linux_steps.sh
travis_linux_steps.sh
+1
-1
No files found.
manylinux
@
3fe49174
Compare
1e7c9609
...
3fe49174
Subproject commit
1e7c960946d131e24fadf020576944ac6f2884f4
Subproject commit
3fe491741fef631e6236a30d4502eaa289b510a9
travis_linux_steps.sh
View file @
45db494c
...
...
@@ -41,7 +41,7 @@ function build_plat_wheels {
local
plat
=
${
1
:-
x86_64
}
local
docker_image
=
quay.io/pypa/manylinux1_
$plat
docker pull
$docker_image
if
[
"
$
PLAT
"
==
"i686"
]
;
then
local
intro_cmd
=
linux32
;
fi
if
[
"
$
plat
"
==
"i686"
]
;
then
local
intro_cmd
=
linux32
;
fi
docker run
--rm
\
-e
PYTHON_VERSION
=
$TRAVIS_PYTHON_VERSION
\
-e
UNICODE_WIDTHS
=
$UNICODE_WIDTHS
\
...
...
Write
Preview
Markdown
is supported
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