[glib-networking/wip/nacho/openssl: 9/12] ci: install debug info for openssl



commit 00f973009fe2ea93ba680cabeb80af8ac1d4a13a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Sep 18 15:51:07 2018 +0200

    ci: install debug info for openssl

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27aa69a..5529762 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: fedora:28
 
 variables:
   ADDITIONAL_DEPENDENCIES: gsettings-desktop-schemas gcc libasan openssl-devel
+  ADDITIONAL_DEBUG_INFO: openssl
 
 build_stable:
   before_script:
@@ -9,6 +10,7 @@ build_stable:
     - dnf install -y 'dnf-command(builddep)'
     - dnf builddep -y --nogpgcheck glib-networking
     - dnf install -y --nogpgcheck $ADDITIONAL_DEPENDENCIES
+    - dnf -y debuginfo-install $ADDITIONAL_DEBUG_INFO
   script:
     - export LSAN_OPTIONS=suppressions=$PWD/tls/tests/asan.supp
     - env


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]