diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-03 08:11:14 -0400 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-10-03 14:11:14 +0200 |
commit | e6e79771998f2488fe9559f1f92344501a10f8f6 (patch) | |
tree | 6cf0bd62f8f3c9d0c38eb92083a2828e73b3d793 | |
parent | d9ff4eccb50d87da9338333c90e3082bebd065c8 (diff) |
Upgrade sccache binaries to 0.2.11 (#3051)
-rw-r--r-- | .appveyor.yml | 4 | ||||
-rw-r--r-- | prebuilt/linux64/sccache.sha1 | 3 | ||||
-rw-r--r-- | prebuilt/mac/sccache.sha1 | 2 | ||||
-rw-r--r-- | prebuilt/win/sccache.exe.sha1 | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 56648541b..c239ea4ab 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 09966b6d6..d85beb0fc 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 16da281bd..c5777af13 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 4ce4a1168..b1182e8ef 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 |