From e6e79771998f2488fe9559f1f92344501a10f8f6 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 3 Oct 2019 08:11:14 -0400 Subject: [PATCH] Upgrade sccache binaries to 0.2.11 (#3051) --- .appveyor.yml | 4 ++++ prebuilt/linux64/sccache.sha1 | 3 +-- prebuilt/mac/sccache.sha1 | 2 +- prebuilt/win/sccache.exe.sha1 | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 56648541bf..c239ea4ab5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -89,6 +89,10 @@ init: - git config --global core.symlinks true install: + # Because prebuilt/ is cached, we need to manually reset changes that might + # happen to the sha1 files here. + - git checkout -- prebuilt + # Make sure the PATH includes the prebuilt files (downloaded during setup.py) - set PATH=%PATH%;%CD%\prebuilt\win\ diff --git a/prebuilt/linux64/sccache.sha1 b/prebuilt/linux64/sccache.sha1 index 09966b6d69..d85beb0fcd 100644 --- a/prebuilt/linux64/sccache.sha1 +++ b/prebuilt/linux64/sccache.sha1 @@ -1,2 +1 @@ -eb8a16722a8019259244022b9c2e0412aeafefdd - +0cebfd74e52919197b51a2662b2c206250484003 \ No newline at end of file diff --git a/prebuilt/mac/sccache.sha1 b/prebuilt/mac/sccache.sha1 index 16da281bd5..c5777af13e 100644 --- a/prebuilt/mac/sccache.sha1 +++ b/prebuilt/mac/sccache.sha1 @@ -1 +1 @@ -764b7b8d76fbefa30064c34c415fac4b4712035e \ No newline at end of file +ee65c55a42822368481c37c56a34ba205c5d2a33 \ No newline at end of file diff --git a/prebuilt/win/sccache.exe.sha1 b/prebuilt/win/sccache.exe.sha1 index 4ce4a11680..b1182e8efa 100644 --- a/prebuilt/win/sccache.exe.sha1 +++ b/prebuilt/win/sccache.exe.sha1 @@ -1 +1 @@ -780e971f6651a1cd142bf2f6a8403068fb62d2f8 \ No newline at end of file +ae2658b8e54bbccabdd2d08c8fa3738ba2175651 \ No newline at end of file