- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.1k
Closed
Labels
area:language installationIssues tied with how the language utilities are installedIssues tied with how the language utilities are installedarea:package-manageritype:bug
Description
This broke the sbt/docker-sbt#313 build
➜  mkdir test
➜  test curl -fsL --show-error https://github.com/lampepfl/dotty/releases/download/3.5.2/scala3-3.5.2.tar.gz | tar xfz - -C ./test
➜  test ll test
total 0
drwxr-xr-x  6 francisdb  staff   192B 11 dec 16:31 scala3-3.5.2
➜  test mkdir test2
➜  test curl -fsL --show-error https://github.com/lampepfl/dotty/releases/download/3.6.2/scala3-3.6.2.tar.gz | tar xfz - -C ./test2
➜  test ll test2
total 8
-rw-r--r--  1 francisdb  staff    69B  9 dec 13:45 VERSION
drwxr-xr-x  9 francisdb  staff   288B  9 dec 13:50 bin
drwxr-xr-x  5 francisdb  staff   160B  9 dec 13:50 lib
drwxr-xr-x  8 francisdb  staff   256B  9 dec 13:50 libexec
drwxr-xr-x  7 francisdb  staff   224B  9 dec 13:50 maven2
Feel free to close this if on purpose. Will work around it in the sbt docker image.
Metadata
Metadata
Assignees
Labels
area:language installationIssues tied with how the language utilities are installedIssues tied with how the language utilities are installedarea:package-manageritype:bug