mirror of
https://github.com/denoland/deno.git
synced 2025-01-02 20:38:47 -05:00
Upgrade sccache binaries to 0.2.8 (#1576)
Binaries are directly from https://github.com/mozilla/sccache/releases/tag/0.2.8
This commit is contained in:
parent
34dbd31593
commit
aace768474
4 changed files with 7 additions and 3 deletions
|
@ -26,6 +26,9 @@ cache:
|
|||
- third_party/v8/third_party/llvm-build/
|
||||
|
||||
install:
|
||||
# Because prebuilt/ is cached, we need to manually reset changes that might
|
||||
# happen to the sha1 files here.
|
||||
- git checkout -- prebuilt
|
||||
- nvm install v8
|
||||
- nvm use --delete-prefix v8
|
||||
- node -v
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
be5e7f887af952dbe190d31290b84830da859f72
|
||||
eb8a16722a8019259244022b9c2e0412aeafefdd
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
962934c8a014c9342cee3b3e82dc0cd93d32875a
|
||||
573863cf8284cfeffdbf3983d38c1b87663be724
|
|
@ -1 +1 @@
|
|||
e86e1be158c650ade13ee58748421963acf5e8b2
|
||||
780e971f6651a1cd142bf2f6a8403068fb62d2f8
|
Loading…
Reference in a new issue