Files
qt5/coin/provisioning/qtci-macos-10.13-x86_64/26-p7zip.sh
Heikki Halmet 9452e1421e 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>
2021-01-14 20:06:36 +02:00

8 lines
123 B
Bash
Executable File

#!/usr/bin/env bash
# Install 7z to be used from command line
set -ex
brew update
brew install --build-from-source p7zip