build(ENG-21330): Replace ccache with sccache (#24200)

This commit is contained in:
Marko Vejnovic
2025-11-05 14:30:56 -08:00
committed by GitHub
parent 995d988c73
commit 782f684b2e
13 changed files with 210 additions and 175 deletions

View File

@@ -42,7 +42,6 @@ After Visual Studio, you need the following:
- Perl
- Ruby
- Node.js
- Ccache
<Note>The Zig compiler is automatically downloaded, installed, and updated by the building process.</Note>
@@ -50,7 +49,7 @@ After Visual Studio, you need the following:
```ps1 Scoop
> irm https://get.scoop.sh | iex
> scoop install nodejs-lts go rust nasm ruby perl ccache
> scoop install nodejs-lts go rust nasm ruby perl sccache
# scoop seems to be buggy if you install llvm and the rest at the same time
> scoop install llvm@19.1.7
```