Skip to content

Commit

Permalink
https://github.com/clojure-emacs/cider/pull/2139
Browse files Browse the repository at this point in the history
  • Loading branch information
dickmao committed Sep 27, 2018
1 parent 15afe38 commit 83df510
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/travis-gnutls.sh → tools/install-gnutls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ then
fi

# delete cache and rebuild
rm -rf $WORKDIR
mkdir $WORKDIR
rm -rf $WORKDIR/bin $WORKDIR/lib $WORKDIR/share $WORKDIR/include
rm -rf $WORKDIR/nettle* $WORKDIR/gnutls*

cd $WORKDIR
curl -O https://ftp.gnu.org/gnu/nettle/nettle-${NETTLE_VERSION}.tar.gz \
&& tar xfz nettle-${NETTLE_VERSION}.tar.gz \
Expand Down

0 comments on commit 83df510

Please sign in to comment.