summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml4
-rw-r--r--prebuilt/linux64/sccache.sha13
-rw-r--r--prebuilt/mac/sccache.sha12
-rw-r--r--prebuilt/win/sccache.exe.sha12
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