Browse Source

CI: Don't install python for OSX

Colin Edwards 7 năm trước cách đây
mục cha
commit
3040ff6347

+ 1 - 3
CI/before-script-osx.sh

@@ -3,9 +3,7 @@ export PATH=/usr/local/opt/ccache/libexec:$PATH
 
 
 mkdir build
 mkdir build
 cd build
 cd build
-cmake -DPYTHON_LIBRARY=/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/libpython3.6.dylib \
--DPYTHON_INCLUDE_DIR=/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/include/python3.6m \
--DENABLE_SPARKLE_UPDATER=ON \
+cmake -DENABLE_SPARKLE_UPDATER=ON \
 -DCMAKE_OSX_DEPLOYMENT_TARGET=10.10 \
 -DCMAKE_OSX_DEPLOYMENT_TARGET=10.10 \
 -DDepsPath=/tmp/obsdeps \
 -DDepsPath=/tmp/obsdeps \
 -DVLCPath=$PWD/../../vlc-master \
 -DVLCPath=$PWD/../../vlc-master \

+ 1 - 1
CI/install-dependencies-osx.sh

@@ -17,7 +17,7 @@ sudo installer -pkg ./Packages.pkg -target /
 brew update
 brew update
 
 
 #Base OBS Deps and ccache
 #Base OBS Deps and ccache
-brew install qt5 jack speexdsp ccache python3 swig
+brew install qt5 jack speexdsp ccache swig
 
 
 export PATH=/usr/local/opt/ccache/libexec:$PATH
 export PATH=/usr/local/opt/ccache/libexec:$PATH
 ccache -s || echo "CCache is not available."
 ccache -s || echo "CCache is not available."