docs: fix formatting in Caching (#2267)

This commit is contained in:
Daniele 2024-10-03 16:23:38 +02:00 коммит произвёл GitHub
Родитель 2debbfccf6
Коммит 19714edea9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,8 @@ In parallel, we also take into account in the hash:
* digests of all the shared libraries in rustc's $sysroot/lib
* A shared, caching reader for rlib dependencies (for dist-client)
* Parsed arguments from the rustc invocation
See https://github.com/mozilla/sccache/blob/8567bbe2ba493153e76177c1f9a6f98cc7ba419f/src/compiler/rust.rs#L122 for the full list
See https://github.com/mozilla/sccache/blob/8567bbe2ba493153e76177c1f9a6f98cc7ba419f/src/compiler/rust.rs#L122 for the full list
### C/C++ compiler
@ -42,6 +43,7 @@ We also take into account in the hash:
* Whether the compilation is generating profiling or coverage data
* Color mode
* Environment variables
See https://github.com/mozilla/sccache/blob/8567bbe2ba493153e76177c1f9a6f98cc7ba419f/src/compiler/c.rs#L84
### C/C++ preprocessor