about summary refs log tree commit diff
path: root/config.example.toml
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-04-11 14:57:10 +0300
committeronur-ozkan <work@onurozkan.dev>2024-04-11 14:57:10 +0300
commitbd479113d38aa453cbad9d9f5ca9c5fc8903b0cf (patch)
tree09b60832a627763a0e6e7d72eff9a79436e9cc14 /config.example.toml
parent241fc135fc706cb8adf487b288d7944f5faeb084 (diff)
downloadrust-bd479113d38aa453cbad9d9f5ca9c5fc8903b0cf.tar.gz
rust-bd479113d38aa453cbad9d9f5ca9c5fc8903b0cf.zip
correct the handling of `bootstrap-cache-path` option
This change makes `build.bootstrap-cache-path` option to be configurable with
`./configure` script, so it can be used like `./configure --bootstrap-cache-path=demo`.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index b8cdc2ec848..0e8fda9a69c 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -302,7 +302,7 @@
 
 # Set the bootstrap/download cache path. It is useful when building rust
 # repeatedly in a CI invironment.
-# bootstrap-cache-path = /shared/cache
+#bootstrap-cache-path = /path/to/shared/cache
 
 # Enable a build of the extended Rust tool set which is not only the compiler
 # but also tools such as Cargo. This will also produce "combined installers"