Skip to content

Commit 207e183

Browse files
committed
force Qt 5.13
1 parent a055e92 commit 207e183

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

travis_config.sh

Lines 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)