Skip to content

Commit 2edba20

Browse files
committed
update
1 parent 6a73feb commit 2edba20

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package install
2+
3+
/*
4+
compile from source code.
5+
*/

internal/installer/install/coursier.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func (c *CoursierInstaller) Install() {
6363

6464
/*
6565
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
6667
*/
6768
version := strings.TrimSuffix(c.VersionName, "-LTS")
6869
version = strings.TrimSuffix(version, "-lts")
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package install
2+
3+
/*
4+
install rust sdk by rustup.
5+
*/

0 commit comments

Comments
 (0)