From 781fc5bf6b1eb49a3b0e83e9910fdb6c3aaa9eb1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 7 Dec 2021 08:34:45 +0530 Subject: [PATCH] Add a cloud image as well for VM instead of chroot builds --- bypy/linux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bypy/linux.conf b/bypy/linux.conf index 6cf2bfd2fc..bc55adf09f 100644 --- a/bypy/linux.conf +++ b/bypy/linux.conf @@ -1,4 +1,6 @@ image 'https://partner-images.canonical.com/core/focal/current/ubuntu-focal-core-cloudimg-{}-root.tar.gz' +cloud_image 'https://cloud-images.ubuntu.com/releases/focal/release/ubuntu-20.04-server-cloudimg-{}.img' +vm_name_suffix '' # Build time deps for Qt. See https://doc.qt.io/qt-6/linux-requirements.html and # https://doc.qt.io/qt-6/qtwebengine-platform-notes.html