From 7ff1744d194e20208641e5056b7b1ad59292228a Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 19 Oct 2016 09:18:43 -0400 Subject: [PATCH] Fix Travis CI on rawhide For some reason, if we do dnf update on rawhide then the dnf install hangs. We work around this by not doing dnf update. Hopefully the future fixes this and we can test on fresh packages again. --- .travis.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.test b/.travis.test index 1063e967..ffb41da8 100644 --- a/.travis.test +++ b/.travis.test @@ -20,8 +20,8 @@ case "$1" in fedora:*) [ "$1" != "fedora:23" ] && rt=compiler-rt - dnf -y clean all - dnf -y --setopt=deltarpm=0 update +# dnf -y clean all +# dnf -y --setopt=deltarpm=0 update dnf -y install automake autoconf libtool pkgconfig openssl-devel zlib-devel jansson-devel curl git gcc make file clang $rt ;;