Skip to content

Commit 0c10d2c

Browse files
committed
chore(devctr): point to virtio-mem artifacts
virtio-mem requires a new Kconfig, so I've rebuilt the artifacts and now I'm making the devctr point to those. Signed-off-by: Riccardo Mancini <[email protected]>
1 parent f88ed6e commit 0c10d2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/devtool

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,9 @@ ensure_ci_artifacts() {
572572

573573
# Fetch all the artifacts so they are local
574574
say "Fetching CI artifacts from S3"
575-
FC_VERSION=$(cmd_sh "cd src/firecracker/src; cargo pkgid | cut -d# -f2 | cut -d. -f1-2")
576-
S3_URL=s3://spec.ccfc.min/firecracker-ci/v$FC_VERSION/$(uname -m)
575+
# FC_VERSION=$(cmd_sh "cd src/firecracker/src; cargo pkgid | cut -d# -f2 | cut -d. -f1-2")
576+
# S3_URL=s3://spec.ccfc.min/firecracker-ci/v$FC_VERSION/$(uname -m)
577+
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.13-virtio-mem/$(uname -m)
577578
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
578579
if [ ! -d "$ARTIFACTS" ]; then
579580
mkdir -pv $ARTIFACTS

0 commit comments

Comments
 (0)