Preload Chisel dependencies to shorten first-run #29
docker.yml
on: pull_request
Build Docker Image and Publish (only on push)
1m 5s
Annotations
1 error
|
Build Docker Image and Publish (only on push)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apk add --no-cache curl && case \"$TARGETARCH\" in amd64|\"\") CS_URL=\"https://github.com/coursier/coursier/releases/download/v${COURSIER_VERSION}/cs-x86_64-pc-linux-static.gz\" ;; arm64) CS_URL=\"https://github.com/VirtusLab/coursier-m1/releases/download/v${COURSIER_VERSION}/cs-aarch64-pc-linux.gz\" ;; *) echo \"Unsupported architecture: $TARGETARCH\" && exit 1 ;; esac && curl -fL --retry 3 \"$CS_URL\" | gzip -d > coursier && chmod +x coursier && ./coursier bootstrap -r jitpack sh.almond:scala-kernel_$SCALA_VERSION:$ALMOND_VERSION --default=true -o almond && ./almond --install --global && ./coursier fetch edu.berkeley.cs:chisel3_2.12:3.6.1 edu.berkeley.cs:chisel-iotesters_2.12:2.5.6 edu.berkeley.cs:chiseltest_2.12:0.6.2 edu.berkeley.cs:dsptools_2.12:1.5.6 edu.berkeley.cs:rocket-dsptools_2.12:1.2.0 org.scalanlp:breeze_2.12:1.0 org.scalatest:scalatest_2.12:3.2.2 --cache /coursier_cache && rm -rf almond coursier /root/.cache/coursier" did not complete successfully: exit code: 1
|