Skip to content

Commit c353476

Browse files
docs: remove instructions to preinstall SCCache
1 parent 65b33ec commit c353476

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/WindowsQuickStart.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,9 @@ S:\SourceCache\swift\utils\build.cmd -DebugInfo -SkipPackaging -Test '*'
156156

157157
### Speeding up the build with sccache
158158

159-
The `-EnableCaching` flag can be used to speed up the build. The
160-
requirement is that `sccache` is installed and available on the shell
161-
path. Sccache is available from
162-
[here](https://github.com/mozilla/sccache/releases). Note that it will
163-
help speed up the build of the C/C++ code but not the Swift code as
164-
`sccache` doesn't currently support Swift.
159+
The `-EnableCaching` flag can be used to speed up the build. This will automatically download
160+
SCCache before building. Note that this flag will help speed up the build of the C/C++ code
161+
but not the Swift code as `sccache` doesn't currently support Swift.
165162

166163
```
167164
S:\SourceCache\swift\utils\build.cmd -EnableCaching

0 commit comments

Comments
 (0)