[glib-networking/wip/nacho/openssl: 3/5] 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: 3/5] ci: install debug info for openssl
- Date: Wed, 19 Sep 2018 14:46:29 +0000 (UTC)
commit 9d28134be14d0f897c0bc17cdea32dccf2972fef
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 884c19f..68e0c74 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:
- mkdir build
- cd build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]