mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
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:
@@ -38,6 +38,6 @@ set -ex
|
|||||||
source "${BASH_SOURCE%/*}/../unix/sccache.sh"
|
source "${BASH_SOURCE%/*}/../unix/sccache.sh"
|
||||||
|
|
||||||
targetArch=x86_64-unknown-linux-musl
|
targetArch=x86_64-unknown-linux-musl
|
||||||
targetVersion=0.2.13-alpha-0
|
targetVersion=0.2.14
|
||||||
sha1=0cb28f7408e5246bc71132f27d86301c30e16c74
|
sha1=281680c0fc2c09173e94d12ba45d9f1b8e62e5b3
|
||||||
installSccache "$targetArch" "$targetVersion" "$sha1"
|
installSccache "$targetArch" "$targetVersion" "$sha1"
|
||||||
|
|||||||
@@ -38,6 +38,6 @@ set -ex
|
|||||||
source "${BASH_SOURCE%/*}/../unix/sccache.sh"
|
source "${BASH_SOURCE%/*}/../unix/sccache.sh"
|
||||||
|
|
||||||
targetArch=x86_64-apple-darwin
|
targetArch=x86_64-apple-darwin
|
||||||
targetVersion=0.2.13-alpha-0
|
targetVersion=0.2.14
|
||||||
sha1=8fe82ddc05a25debc314ea1a8cda665cddb90f72
|
sha1=764bc1664c0ff616d9980a6d127175d0a2041781
|
||||||
installSccache "$targetArch" "$targetVersion" "$sha1"
|
installSccache "$targetArch" "$targetVersion" "$sha1"
|
||||||
|
|||||||
@@ -35,8 +35,8 @@
|
|||||||
|
|
||||||
param(
|
param(
|
||||||
[string]$arch="x86_64-pc-windows-msvc",
|
[string]$arch="x86_64-pc-windows-msvc",
|
||||||
[string]$version="0.2.13-alpha-0",
|
[string]$version="0.2.14",
|
||||||
[string]$sha1="39ee0b0b98aa20c54a75ba1cb3116ea694e83c38"
|
[string]$sha1="bbdceb59d6fd7b6a3af02fb36f65c8bf324757b0"
|
||||||
)
|
)
|
||||||
|
|
||||||
. "$PSScriptRoot\helpers.ps1"
|
. "$PSScriptRoot\helpers.ps1"
|
||||||
|
|||||||
Reference in New Issue
Block a user