mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Update sccache to v0.11.0
Custom patched packages for windows. Also Add Windows on arm support. Pick-to: 6.8 Fixes: COIN-740 Change-Id: I27f7d36b3501be2a2011b9b8dfa0ec846cd57bf5 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> (cherry picked from commit73c4ed922a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commitd9cdae957b) Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
This commit is contained in:
committed by
Dimitrios Apostolou
parent
92dd9a8f0e
commit
6ff8b4ecdb
@@ -6,12 +6,12 @@ set -ex
|
||||
|
||||
source "${BASH_SOURCE%/*}/../unix/sccache.sh"
|
||||
|
||||
targetVersion=0.2.14
|
||||
targetVersion=v0.11.0
|
||||
if [[ `arch` == arm* ]]; then
|
||||
targetArch=aarch64-apple-darwin
|
||||
sha1=ad10cd4b8889fa08e193a4165ac664876a27c0dc
|
||||
sha1=3261ab99e5bb1f9f36eafa597d11491bd85da5ec
|
||||
else
|
||||
targetArch=x86_64-apple-darwin
|
||||
sha1=764bc1664c0ff616d9980a6d127175d0a2041781
|
||||
sha1=57810789bf2813dfa9bf5da26a712dc30b56ce16
|
||||
fi
|
||||
installSccache "$targetArch" "$targetVersion" "$sha1"
|
||||
|
||||
Reference in New Issue
Block a user