Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 24d5804

Browse filesBrowse files
committed
force Qt 5.13
1 parent 0c34909 commit 24d5804
Copy full SHA for 24d5804

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎travis_config.sh

Copy file name to clipboardExpand all lines: travis_config.sh
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function bdist_wheel_cmd {
1414
# copied from multibuild's common_utils.sh
1515
# add osx deployment target so it doesnt default to 10.6
1616
local abs_wheelhouse=$1
17-
CI_BUILD=1 pip wheel --wheel-dir="$PWD/dist" . $BDIST_PARAMS
17+
CI_BUILD=1 pip wheel --verbose --wheel-dir="$PWD/dist" . $BDIST_PARAMS
1818
cp dist/*.whl $abs_wheelhouse
1919
if [ -z "$IS_OSX" ]; then
2020
/opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
@@ -102,9 +102,9 @@ function pre_build {
102102

103103
echo 'Installing qt5'
104104
if [ -n "$CACHE_STAGE" ]; then
105-
brew_install_and_cache_within_time_limit qt5 || { [ $? -gt 1 ] && return 2 || return 0; }
105+
echo "Qt5 has bottle, no caching needed"
106106
else
107-
brew install qt5
107+
brew install qt@5.13
108108
export PATH="/usr/local/opt/qt/bin:$PATH"
109109
fi
110110

@@ -114,7 +114,7 @@ function pre_build {
114114
brew_install_and_cache_within_time_limit ffmpeg_opencv || { [ $? -gt 1 ] && return 2 || return 0; }
115115
else
116116
brew unlink python@2
117-
brew install -vd ffmpeg_opencv
117+
brew install ffmpeg_opencv
118118
fi
119119

120120
if [ -n "$CACHE_STAGE" ]; then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.