From de1315976c9a3cc2e06ed70b10f65e5682611dff Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Thu, 20 Aug 2020 14:04:29 +0000 Subject: [PATCH] [goal] Migrate testing to ubuntu focal If we move horizon jobs to focal then magnum-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: I446ec56c0fa1d824dc3eb88810b19bc871072cd4 --- 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 00000000..35fc04eb --- /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]