mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
build(ENG-21330): Replace ccache with sccache (#24200)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user