From f1079f8a0aee0f9a9d26df218ec71daa143c4d2b Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Mon, 5 Sep 2016 13:03:02 +0200 Subject: [PATCH] Ignore error during installation of libwebkit2gtk During the installation of libwebkit2gtk-4.0-dev the apparmor-profile-load script called by the post installation script of lxc-common fails due to the missing systemd-detect-virt binary, which is not present in trusty but expected to be there as we are using packages from xenial. Consequently the whole installation command is considered as failed. However the installation of libwebkit2gtk-4.0-dev is actually successful, so we can ignore this error. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 1ac0d51..74a5bc4 100644 --- a/circle.yml +++ b/circle.yml @@ -14,7 +14,7 @@ dependencies: gnome-common - sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ xenial main universe" - sudo apt-get update - - sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libwebkit2gtk-4.0-dev + - sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libwebkit2gtk-4.0-dev || true test: override: