Commit 097c2c8f authored by Pieter Hintjens's avatar Pieter Hintjens

Temporary workaround for broken libsodium install

parent 9bb4215c
...@@ -6,8 +6,11 @@ language: c ...@@ -6,8 +6,11 @@ language: c
before_script: before_script:
# libsodium # 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 - git clone git://github.com/jedisct1/libsodium.git
- cd libsodium - cd libsodium
- git checkout e2a30a
- ./autogen.sh - ./autogen.sh
- ./configure && make check - ./configure && make check
- sudo make install - sudo make install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment