X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2021-pipelines%2Frun;fp=2021-pipelines%2Frun;h=c7a195950ba12cc4fa0c9a112bfcc99b6bcc405c;hb=a8b5e02815a0f727125cdb8ad1e9dc4b73b41f7a;hp=b86d6b3f5410cac5071e4fc04cf83a4f981e04d8;hpb=c9c9b9e238abe7ac9ab46645366a8e4564b87f4a;p=libguestfs-talks.git diff --git a/2021-pipelines/run b/2021-pipelines/run index b86d6b3..c7a1959 100755 --- a/2021-pipelines/run +++ b/2021-pipelines/run @@ -12,6 +12,12 @@ unset http_proxy unset https_proxy unset ftp_proxy +# Don't use libvirt. +export LIBGUESTFS_BACKEND=direct + +# Pre-cache libguestfs appliance. +guestfish -a /dev/null run & + # Clean up after previous run. talkdir=$PWD ./restore