Update sccache to 0.2.14

This makes windows binaries available from remote url and brings
some fixes to the sccache itself.

Change-Id: Ie108cbef783dbd4d7665964cdc00f0b05b062763
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
Toni Saario
2020-12-22 13:57:22 +02:00
parent 1742705215
commit dddb69b6eb
3 changed files with 6 additions and 6 deletions

View File

@@ -38,6 +38,6 @@ set -ex
source "${BASH_SOURCE%/*}/../unix/sccache.sh"
targetArch=x86_64-unknown-linux-musl
targetVersion=0.2.13-alpha-0
sha1=0cb28f7408e5246bc71132f27d86301c30e16c74
targetVersion=0.2.14
sha1=281680c0fc2c09173e94d12ba45d9f1b8e62e5b3
installSccache "$targetArch" "$targetVersion" "$sha1"

View File

@@ -38,6 +38,6 @@ set -ex
source "${BASH_SOURCE%/*}/../unix/sccache.sh"
targetArch=x86_64-apple-darwin
targetVersion=0.2.13-alpha-0
sha1=8fe82ddc05a25debc314ea1a8cda665cddb90f72
targetVersion=0.2.14
sha1=764bc1664c0ff616d9980a6d127175d0a2041781
installSccache "$targetArch" "$targetVersion" "$sha1"

View File

@@ -35,8 +35,8 @@
param(
[string]$arch="x86_64-pc-windows-msvc",
[string]$version="0.2.13-alpha-0",
[string]$sha1="39ee0b0b98aa20c54a75ba1cb3116ea694e83c38"
[string]$version="0.2.14",
[string]$sha1="bbdceb59d6fd7b6a3af02fb36f65c8bf324757b0"
)
. "$PSScriptRoot\helpers.ps1"