Skip to content

Commit

Permalink
Temporary workaround for broken libsodium install
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Oct 13, 2013
1 parent a32c02a commit b24db36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ language: c
before_script:

# libsodium
# Commit 8d0942 broke installation (sodium.h not found) so for now
# we're checking out the last good commit.
- git clone git://github.com/jedisct1/libsodium.git
- cd libsodium
- git checkout e2a30a
- ./autogen.sh
- ./configure && make check
- sudo make install
- sudo ldconfig
- cd ..

# Build and check libzmq
script: ./autogen.sh && ./configure && make && make check
script: ./autogen.sh && ./configure && make V=1 && make check

0 comments on commit b24db36

Please sign in to comment.