Provisioning: Install p7zip using --build-from-source parameter

brew install p7zip isn't working anymore with macOS 10.13 and 10.12.
Let's use --build-from-source parameter with brew installation

Task-number: QTQAINFRA-4128
Change-Id: Ib1a2db1cd3176955cca450e5ebe0d0fc1bee3aa4
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
(cherry picked from commit c470301c34)
Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
Heikki Halmet
2021-01-07 14:51:41 +02:00
parent 14a4b1173a
commit 9452e1421e
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@
set -ex
brew update
brew install p7zip
brew install --build-from-source p7zip

View File

@@ -4,4 +4,4 @@
set -ex
brew update
brew install p7zip
brew install --build-from-source p7zip