proper "rustup" installation for macOS;
authorwenzelm
Tue, 09 Sep 2025 15:37:38 +0200
changeset 83119 ebe5cd71affc
parent 83118 f41ccbf028f5
child 83120 402f51de0347
proper "rustup" installation for macOS;
src/Tools/VSCode/src/component_vscodium.scala
--- a/src/Tools/VSCode/src/component_vscodium.scala	Tue Sep 09 14:10:57 2025 +0200
+++ b/src/Tools/VSCode/src/component_vscodium.scala	Tue Sep 09 15:37:38 2025 +0200
@@ -31,7 +31,7 @@
     List("python", "visualstudio2022-workload-vctools")
 
   val macos_packages: List[String] =
-    List("jq", "rustup")
+    List("jq")
 
 
   /* vscode parameters */
@@ -479,6 +479,7 @@
       pacman -S --needed --noconfirm """ + windows_packages_msys2.mkString(" ") + """
 
   macOS prerequisites:
+    - rustup: see https://www.rust-lang.org/tools/install
     - Homebrew package manager: see https://brew.sh
     - Homebrew packages:
       brew install """ + macos_packages.mkString(" ") + """