mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-06 20:35:59 +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
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:
@@ -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