diff options
author | Thomas Haller <thaller@redhat.com> | 2020-05-14 10:15:45 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-05-14 12:03:24 +0200 |
commit | b846f9aba3e854b728595b8043338eb4be324abd (patch) | |
tree | 81d6ba215fbe9df284c1c053f38bebeda64a55f3 /contrib | |
parent | 1473f00d74e0cc5f96de157354df5a74b792a59d (diff) | |
download | NetworkManager-b846f9aba3e854b728595b8043338eb4be324abd.tar.gz |
gitlab-ci: optionally install libasan,libubsan via REQUIRED_PACKAGES script
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/fedora/REQUIRED_PACKAGES | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |