Build #2162
Annotations
1 error
Build docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd \"/tmp\" && case $SCALA_VERSION in \"3\"*) URL=https://github.com/lampepfl/dotty/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv /usr/share/$SCALA_DIR $SCALA_HOME && ln -s \"$SCALA_HOME/bin/\"* \"/usr/bin/\" && update-ca-certificates && scala -version && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > 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