Use LATEST rather than specific libsodium release in tests
This commit is contained in:
parent
2d0f329774
commit
8a18415185
@ -1,14 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# The purpose of this file is to install libsodium in
|
# The purpose of this file is to install libsodium in
|
||||||
# the Travis CI environment. Outside this environment,
|
# the Travis CI environment. We recommend using a
|
||||||
# you would probably not want to install it like this.
|
# package manager.
|
||||||
#
|
|
||||||
# from: google/hat-backup
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
wget https://download.libsodium.org/libsodium/releases/libsodium-stable-2018-02-14.tar.gz
|
wget https://download.libsodium.org/libsodium/releases/LATEST.tar.gz
|
||||||
tar xvfz libsodium-stable-2018-02-14.tar.gz
|
tar xvfz LATEST.tar.gz
|
||||||
cd libsodium-stable
|
cd libsodium-stable
|
||||||
sudo ./configure
|
sudo ./configure
|
||||||
sudo make
|
sudo make
|
||||||
|
Loading…
Reference in New Issue
Block a user