We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a73feb commit 2edba20Copy full SHA for 2edba20
internal/installer/install/compile.go
@@ -0,0 +1,5 @@
1
+package install
2
+
3
+/*
4
+compile from source code.
5
+*/
internal/installer/install/coursier.go
@@ -63,6 +63,7 @@ func (c *CoursierInstaller) Install() {
63
64
/*
65
https://get-coursier.io/docs/cli-install
66
+ TODO: cs -J-Dhttps.proxyHost="127.0.0.1" -J-Dhttps.proxyPort=2023 install --install-dir="/Users/moqsien/.vmr/versions/scala_versions/2.12.15" scala:2.12.15 scalac:2.12.15 --verbose
67
*/
68
version := strings.TrimSuffix(c.VersionName, "-LTS")
69
version = strings.TrimSuffix(version, "-lts")
internal/installer/install/rustup.go
+install rust sdk by rustup.
0 commit comments