[glib-networking/wip/nacho/openssl: 12/14] ci: install debug info for openssl
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/wip/nacho/openssl: 12/14] ci: install debug info for openssl
- Date: Wed, 19 Sep 2018 15:35:19 +0000 (UTC)
commit 97941885b7a96f375889defdadb533b3a2067852
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 6c7504a..d0e3390 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: fedora:29
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:
- mkdir build
- cd build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]