Skip to content

Commit f8d9c13

Browse files
committed
Add allowUntrusted parameter for command line tools and refresh Xcode
Apple has signed their packages with certificate which has been expired 24.11.2019. Packages are unusable without allowUntrusted parameter Also Xcode package for macOS10.13 needs to be refetched from Apple's download to local cache Task-number: QTQAINFRA-3317 Change-Id: Iebbe81ee0c360e5f0b49d422b38fe1a148424891 (cherry picked from commit eb0ef41) Reviewed-by: Tony Sarajärvi <[email protected]>
1 parent 7313c2f commit f8d9c13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coin/provisioning/common/macos/install-commandlinetools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function InstallCommandLineTools {
5050
hdiutil attach "/tmp/$packageName"
5151
cd "/Volumes/Command Line Developer Tools"
5252
echo "Installing"
53-
sudo installer -verbose -pkg ./*.pkg -target /
53+
sudo installer -pkg ./*.pkg -target / -allowUntrusted
5454
cd /
5555
# Let's fait for 5 second before unmounting. Sometimes resource is busy and cant be unmounted
5656
sleep 3

coin/provisioning/qtci-macos-10.13-x86_64/20-xcode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ set -ex
5050
# shellcheck source=../common/macos/install_xcode.sh
5151
source "${BASH_SOURCE%/*}/../common/macos/install_xcode.sh"
5252

53-
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_10.1.tar.gz 10.1
53+
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_10.1_updated.tar.gz 10.1

0 commit comments

Comments
 (0)