The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/48

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
This gets us meaningful messages if assertions fail

Signed-off-by: Free Ekanayaka <free.ekanay...@canonical.com>
From 3882498f72c35e17aa56494e8ad19219fbfacb45 Mon Sep 17 00:00:00 2001
From: Free Ekanayaka <free.ekanay...@canonical.com>
Date: Thu, 18 Jul 2019 12:09:41 +0200
Subject: [PATCH] Enable debug in sqlite

This gets us meaningful messages if assertion fail

Signed-off-by: Free Ekanayaka <free.ekanay...@canonical.com>
---
 bin/update-cache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/update-cache b/bin/update-cache
index 348cfa0..705b5a3 100755
--- a/bin/update-cache
+++ b/bin/update-cache
@@ -20,7 +20,7 @@ git clone -q https://github.com/CanonicalLtd/sqlite 
"${TEMP_DIR}/sqlite"
 cd "${TEMP_DIR}/sqlite"
 git log -1 --format=format:%ci%n | sed -e 's/ [-+].*$//;s/ /T/;s/^/D /' > 
manifest
 git log -1 --format=format:%H > manifest.uuid
-./configure --enable-replication >/dev/null 2>&1
+./configure --enable-debug --enable-replication >/dev/null 2>&1
 make >/dev/null 2>&1
 cd - >/dev/null
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to