Scala 3.6.x preparations #2268
Annotations
1 error and 1 warning
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading