We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb7704 commit 2bfed6dCopy full SHA for 2bfed6d
tools/devtool
@@ -570,7 +570,7 @@ ensure_ci_artifacts() {
570
# Fetch all the artifacts so they are local
571
say "Fetching CI artifacts from S3"
572
FC_VERSION=$(cmd_sh "cd src/firecracker/src; cargo pkgid | cut -d# -f2 | cut -d. -f1-2")
573
- S3_URL=s3://spec.ccfc.min/firecracker-ci/v$FC_VERSION/$(uname -m)
+ S3_URL=s3://spec.ccfc.min/firecracker-ci/itazur/$(uname -m)
574
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
575
if [ ! -d "$ARTIFACTS" ]; then
576
mkdir -pv $ARTIFACTS
0 commit comments