Skip to content

Commit bb14e3a

Browse files
committed
ci: point towards special secret hiding ci artifacts
these contain 6.1 guest kernels that have CONFIG_DMA_RESTRICTED_MEM enabled and can thus parse swiotlb region descriptions from FDT. Signed-off-by: Patrick Roy <[email protected]>
1 parent 48de1e1 commit bb14e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ ensure_ci_artifacts() {
570570
# Fetch all the artifacts so they are local
571571
say "Fetching CI artifacts from S3"
572572
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)
573+
S3_URL=s3://spec.ccfc.min/firecracker-ci/v$FC_VERSION-secret-hiding/$(uname -m)
574574
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
575575
if [ ! -d "$ARTIFACTS" ]; then
576576
mkdir -pv $ARTIFACTS

0 commit comments

Comments
 (0)