[pbs-devel] [PATCH proxmox-backup v2] Better explain the situations where it makes sense to adapt the rustup configuration

Laurențiu Leahu-Vlăducu l.leahu-vladucu at proxmox.com
Mon Dec 16 12:30:33 CET 2024


Signed-off-by: Laurențiu Leahu-Vlăducu <l.leahu-vladucu at proxmox.com>
---
 README.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 0caa9874..b3829a76 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,11 @@ Build & Release Notes
 ``rustup`` Toolchain
 ====================
 
-We normally want to build with the ``rustc`` Debian package. To do that
-you can set the following ``rustup`` configuration:
+We normally want to build with the ``rustc`` Debian package (see below). If you
+still want to use ``rustup`` for other reasons (e.g. to easily switch between
+the official stable, beta, and nightly compilers), you should set the following
+``rustup`` configuration to use the Debian-provided ``rustc`` compiler
+by default:
 
     # rustup toolchain link system /usr
     # rustup default system
-- 
2.39.5





More information about the pbs-devel mailing list