mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
scripts: Remove downloads from integration test scripts
Assisted-by: Claude:Opus-4.6 Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -17,7 +17,9 @@ process_common_args "$@"
|
||||
WORKLOADS_DIR="$HOME/workloads"
|
||||
|
||||
if [ ! -f "$WORKLOADS_DIR/hypervisor-fw" ]; then
|
||||
download_hypervisor_fw
|
||||
echo "Missing workload asset: $WORKLOADS_DIR/hypervisor-fw"
|
||||
echo "Run: python3 scripts/fetch_workloads.py --test vfio"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
CFLAGS=""
|
||||
|
||||
Reference in New Issue
Block a user