[libgda] Disabling SQLCipher provider
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Disabling SQLCipher provider
- Date: Tue, 26 Feb 2019 00:22:31 +0000 (UTC)
commit 594a93bd0e8dc7216369b82e0ffcf72d2003183f
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date: Mon Feb 25 18:21:24 2019 -0600
Disabling SQLCipher provider
Temporally solution to fix issue https://gitlab.gnome.org/GNOME/libgda/issues/181
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cb5b1619..4ead7b09f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,7 +63,7 @@ before_script:
autotools_build:
stage: build
script:
- - ./autogen.sh
+ - ./autogen.sh --disable-crypto
- make distclean
- mkdir _build
- cd _build
@@ -129,7 +129,7 @@ meson_build:
script:
- export PGPASSWORD=$POSTGRES_PASSWORD
- psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;"
- - meson _build --prefix=/usr -Denable-debug=true -Denable-gtk-doc=true -Denable-tools=true
+ - meson _build --prefix=/usr -Denable-debug=true -Denable-gtk-doc=true -Denable-tools=true
-Ddisable-crypto=true
- cd _build
- ninja
- broadwayd &
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]