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 cce0905 commit 83b7e9eCopy full SHA for 83b7e9e
tools/devtool
@@ -526,7 +526,7 @@ ensure_ci_artifacts() {
526
527
# Fetch all the artifacts so they are local
528
say "Fetching CI artifacts from S3"
529
- S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.8/$(uname -m)
+ S3_URL=s3://spec.ccfc.min/firecracker-ci/acpi-mptable/$(uname -m)
530
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
531
if [ ! -d "$ARTIFACTS" ]; then
532
mkdir -pv $ARTIFACTS
0 commit comments