diff options
| author | onur-ozkan <work@onurozkan.dev> | 2024-04-11 14:57:10 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2024-04-11 14:57:10 +0300 |
| commit | bd479113d38aa453cbad9d9f5ca9c5fc8903b0cf (patch) | |
| tree | 09b60832a627763a0e6e7d72eff9a79436e9cc14 /config.example.toml | |
| parent | 241fc135fc706cb8adf487b288d7944f5faeb084 (diff) | |
| download | rust-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.toml | 2 |
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" |
