Skip to content

Scala 3.6.2 download no longer contains scala3-3.6.2 folder #22194

Closed
@francisdb

Description

@francisdb

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions