Scala 3.5.0 #2102
Annotations
1 error
Build docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in \"3\"*) URL=https://github.com/lampepfl/dotty/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && curl -fsL $URL | tar xfz - -C /usr/share && mv $SCALA_DIR /usr/share/scala && chown -R root:root /usr/share/scala && chmod -R 755 /usr/share/scala && ln -s /usr/share/scala/bin/* /usr/local/bin && case $SCALA_VERSION in \"3\"*) echo '@main def main = println(s\"Scala library version ${dotty.tools.dotc.config.Properties.versionNumberString}\")' > test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > test.scala ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
|
Loading