[ARVADOS] updated: 330f544dd257a43640eefc64b825b868f6e5be21
Git user
git at public.curoverse.com
Fri Apr 7 11:36:35 EDT 2017
Summary of changes:
build/run-tests.sh | 3 +++
1 file changed, 3 insertions(+)
via 330f544dd257a43640eefc64b825b868f6e5be21 (commit)
from 351f06f68e8b079377bea195c67fed171b1e4b73 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 330f544dd257a43640eefc64b825b868f6e5be21
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Apr 7 11:36:30 2017 -0400
Add check that gnutls.h is available so pycurl can compile. no issue #
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 44f9a30..b089722 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -178,6 +178,9 @@ sanity_checks() {
echo -n 'fuse.h: '
find /usr/include -wholename '*fuse/fuse.h' \
|| fatal "No fuse/fuse.h. Try: apt-get install libfuse-dev"
+ echo -n 'gnutls.h: '
+ find /usr/include -wholename '*gnutls/gnutls.h' \
+ || fatal "No gnutls/gnutls.h. Try: apt-get install libgnutls28-dev"
echo -n 'pyconfig.h: '
find /usr/include -name pyconfig.h | egrep --max-count=1 . \
|| fatal "No pyconfig.h. Try: apt-get install python-dev"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list