From 5fc25289c4b275f6adf2c1b8cf55c08a8681507a Mon Sep 17 00:00:00 2001 From: Daniele <36171005+dtrifiro@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:32:48 +0200 Subject: [PATCH] docs: fix formatting in Caching --- docs/Caching.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Caching.md b/docs/Caching.md index 31a0f4c71..619605c30 100644 --- a/docs/Caching.md +++ b/docs/Caching.md @@ -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