From bd25db36102a60a665ceb2f4df3b2a9acbf88b4d Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 10 Jan 2024 13:58:28 +0200 Subject: [PATCH] Appveyor. Invalidate brew cache. --- appveyor.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ba294d99c..aef66385d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -667,7 +667,7 @@ for: sudo ln -s /usr/local /opt/local; - cache_tag=usr_local_3 # this can be modified to rebuild deps + cache_tag=usr_local_4 # this can be modified to rebuild deps cdir=$HOME/cache_dir cache_tar=$cdir/$cache_tag.tar @@ -726,10 +726,6 @@ for: - which qmake - which qbs - qbs --version - # Patch Qbs. Remove after Qbs 2.1.2+. - - /usr/bin/curl https://gist.githubusercontent.com/dismine/43a20f66f563232e54e02f2e85732e7a/raw/e80a0c827348da3e99310ba4a648c1860bb3a8a6/BundleModule.qbs --output $HOME/BundleModule.qbs --silent - - cp -f $HOME/BundleModule.qbs $(brew --prefix qbs)/share/qbs/modules/bundle/BundleModule.qbs - - rm $HOME/BundleModule.qbs - /usr/bin/curl -LJ https://github.com/dismine/macdeployqt/archive/refs/heads/main.zip --output ${HOME}/macdeployqt-main.zip --silent - unzip ${HOME}/macdeployqt-main.zip -d ${HOME} - cmake ${HOME}/macdeployqt-main -GNinja -S ${HOME}/macdeployqt-main -B ${HOME}/macdeployqt-build-dir -DCMAKE_INSTALL_PREFIX=${HOME}/macdeployqt-install-dir -DCMAKE_BUILD_TYPE=Release @@ -855,7 +851,7 @@ for: sudo ln -s /usr/local /opt/local; - cache_tag=usr_local_1 # this can be modified to rebuild deps + cache_tag=usr_local_2 # this can be modified to rebuild deps cdir=$HOME/cache_dir cache_tar=$cdir/$cache_tag.tar @@ -909,10 +905,6 @@ for: - qmake --version - which qmake - qbs --version - # Patch Qbs. Remove after Qbs 2.1.2+. - - /usr/bin/curl https://gist.githubusercontent.com/dismine/43a20f66f563232e54e02f2e85732e7a/raw/e80a0c827348da3e99310ba4a648c1860bb3a8a6/BundleModule.qbs --output $HOME/BundleModule.qbs --silent - - cp -f $HOME/BundleModule.qbs $(brew --prefix qbs)/share/qbs/modules/bundle/BundleModule.qbs - - rm $HOME/BundleModule.qbs - /usr/bin/curl -LJ https://github.com/dismine/macdeployqt/archive/refs/heads/main.zip --output ${HOME}/macdeployqt-main.zip --silent - unzip ${HOME}/macdeployqt-main.zip -d ${HOME} - cmake ${HOME}/macdeployqt-main -S ${HOME}/macdeployqt-main -B ${HOME}/macdeployqt-build-dir -DCMAKE_INSTALL_PREFIX=${HOME}/macdeployqt-install-dir -DCMAKE_BUILD_TYPE=Release