From ad3478fe3fdd6efaed9758fff5d2f9173d877152 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 14 May 2020 10:15:45 +0200 Subject: [PATCH] gitlab-ci: optionally install libasan,libubsan via REQUIRED_PACKAGES script (cherry picked from commit b846f9aba3e854b728595b8043338eb4be324abd) --- contrib/fedora/REQUIRED_PACKAGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES index 96d70fff1f..0850bc345f 100755 --- a/contrib/fedora/REQUIRED_PACKAGES +++ b/contrib/fedora/REQUIRED_PACKAGES @@ -85,7 +85,9 @@ install \ # some packages don't exist in certain distributions. Install them one-by-one, and ignore errors. install_ignore_missing \ dbus-python \ + libasan \ libpsl-devel \ + libubsan \ pygobject3-base \ python-gobject-base \ qt-devel \