diff --git a/README.md b/README.md index 28f76c085e2392325a303cb67216cdc431542974..9daa1a4f4100edd47a911a3d8a5f8fcfea15b7ce 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ If some dependency is not enabled in the pre-built wheels, you can also run the 3. Add custom Cmake flags if needed, for example: `export CMAKE_FLAGS="-DSOME_FLAG=ON -DSOME_OTHER_FLAG=OFF"` 4. Run ``python setup.py bdist_wheel`` - Optionally use the `manylinux` images as a build hosts if maximum portability is needed (and run `auditwheel` for the wheel after build) -5. You'll have the wheel file in the `dist` folder and you can do with that whatever you wish (upload to local PyPI index, use as dependency in a CI job which runs the PyInstaller / PyOxidizer bundler for your app etc.) +5. You'll have the wheel file in the `dist` folder and you can do with that whatever you wish ### Licensing diff --git a/travis_config.sh b/travis_config.sh index 9da98202cf2d1cb08da9a18e9dcc92f14c157add..b8defe8773f9a5f7a3d4813c4dd54b46a392a7c8 100644 --- a/travis_config.sh +++ b/travis_config.sh @@ -89,13 +89,13 @@ function pre_build { local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1 + brew style + #after the cache stage, all bottles and Homebrew metadata should be already cached locally if [ -n "$CACHE_STAGE" ]; then brew update generate_ffmpeg_formula brew_add_local_bottles - else - brew style fi echo 'Installing qt5'