mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-04 18:10:18 +00:00
run the script and sudo
This commit is contained in:
parent
e153cf5825
commit
59d02efde4
@ -43,13 +43,7 @@ jobs:
|
||||
- v1-lint-{{ arch }}-{{ checksum "scripts/install_lib_sodium.sh" }}
|
||||
- run:
|
||||
name: install sodium
|
||||
command: |
|
||||
curl -O https://download.libsodium.org/libsodium/releases/libsodium-1.0.17.tar.gz
|
||||
tar xf libsodium-1.0.17.tar.gz
|
||||
cd libsodium-1.0.17/
|
||||
./configure
|
||||
make && make check
|
||||
make install
|
||||
command: scripts/install_lib_sodium.sh
|
||||
- save_cache:
|
||||
paths:
|
||||
- /usr/local/lib
|
||||
|
@ -4,4 +4,4 @@ tar xf libsodium-1.0.17.tar.gz
|
||||
cd libsodium-1.0.17/
|
||||
./configure
|
||||
make && make check
|
||||
make install
|
||||
sudo make install
|
||||
|
Loading…
Reference in New Issue
Block a user