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
edf5b691
Commit
edf5b691
authored
Apr 26, 2017
by
Matthew Brett
Committed by
GitHub
Apr 26, 2017
Browse files
Merge pull request #26 from ariddell/master
MRG: echo status in repair_wheelhouse, avoid 10m limit
parents
acb5b66d
f7a51491
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
osx_utils.sh
osx_utils.sh
+4
-0
No files found.
osx_utils.sh
View file @
edf5b691
...
...
@@ -268,6 +268,10 @@ function repair_wheelhouse {
local
wheelhouse
=
$1
pip
install
delocate
delocate-listdeps
$wheelhouse
/
*
.whl
# lists library dependencies
# repair_wheelhouse can take more than 10 minutes without generating output
# but jobs that do not generate output within 10 minutes are aborted by travis-ci.
# Echoing something here solves the problem.
echo
in
repair_wheelhouse, executing delocate-wheel
delocate-wheel
$wheelhouse
/
*
.whl
# copies library dependencies into wheel
# Add platform tags to label wheels as compatible with OSX 10.9 and
# 10.10. The wheels will be built against Python.org Python, and so will
...
...
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