File tree 1 file changed +4
-4
lines changed
Filter options
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function bdist_wheel_cmd {
14
14
# copied from multibuild's common_utils.sh
15
15
# add osx deployment target so it doesnt default to 10.6
16
16
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
18
18
cp dist/* .whl $abs_wheelhouse
19
19
if [ -z " $IS_OSX " ]; then
20
20
/opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
@@ -102,9 +102,9 @@ function pre_build {
102
102
103
103
echo ' Installing qt5'
104
104
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 "
106
106
else
107
- brew install qt5
107
+ brew install qt@5.13
108
108
export PATH=" /usr/local/opt/qt/bin:$PATH "
109
109
fi
110
110
@@ -114,7 +114,7 @@ function pre_build {
114
114
brew_install_and_cache_within_time_limit ffmpeg_opencv || { [ $? -gt 1 ] && return 2 || return 0; }
115
115
else
116
116
brew unlink python@2
117
- brew install -vd ffmpeg_opencv
117
+ brew install ffmpeg_opencv
118
118
fi
119
119
120
120
if [ -n " $CACHE_STAGE " ]; then
You can’t perform that action at this time.
0 commit comments