gitlab-ci: optionally install libasan,libubsan via REQUIRED_PACKAGES script

(cherry picked from commit b846f9aba3)
This commit is contained in:
Thomas Haller 2020-05-14 10:15:45 +02:00
parent 4e8840f6e6
commit ad3478fe3f
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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 \