From f398c08476e5a7e3b121e779b35f431a655286ec Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Thu, 20 Aug 2020 18:42:32 +0000 Subject: [PATCH] [goal] Migrate testing to ubuntu focal If we move horizon jobs to focal then zun-ui 'nodejs-test' job fails. This patch adds libfontconfig1 in bindep.txt as phantomjs requires libfontconfig[1] to fix failed nodejs job. Depends-On: https://review.opendev.org/#/c/744647/ [1] https://www.npmjs.com/package/phantomjs-prebuilt#linux-note Change-Id: Idf9a1be6fe81215de91f012f534c765e360e2330 --- bindep.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..35fc04e --- /dev/null +++ b/bindep.txt @@ -0,0 +1,4 @@ +# This is a cross-platform list tracking distribution packages needed for install and tests; +# see https://docs.openstack.org/infra/bindep/ for additional information. + +libfontconfig1 [nodejs platform:dpkg]