mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Provisioning: Remove git installation from macOS 10.14
The script uses homebrew which does not support 10.14 anymore and it fails. The git was installed due to Conan, but with TestOnly config it does not need git. Task-number: QTBUG-105554 Pick-to: 6.2 6.3 6.4 Change-Id: I542780d32ebd7054c75a6afa357b3fac898b93cb Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
"$BASEDIR/../common/macos/install-git.sh"
|
||||
Reference in New Issue
Block a user