mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 11:36:12 +08:00
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 Pick-to: 5.12.7 Task-number: QTQAINFRA-4128 Change-Id: Ib1a2db1cd3176955cca450e5ebe0d0fc1bee3aa4 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
set -ex
|
||||
|
||||
brew update
|
||||
brew install p7zip
|
||||
brew install --build-from-source p7zip
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
set -ex
|
||||
|
||||
brew update
|
||||
brew install p7zip
|
||||
brew install --build-from-source p7zip
|
||||
|
||||
Reference in New Issue
Block a user