mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +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" }}
|
- v1-lint-{{ arch }}-{{ checksum "scripts/install_lib_sodium.sh" }}
|
||||||
- run:
|
- run:
|
||||||
name: install sodium
|
name: install sodium
|
||||||
command: |
|
command: scripts/install_lib_sodium.sh
|
||||||
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
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- /usr/local/lib
|
- /usr/local/lib
|
||||||
|
@ -4,4 +4,4 @@ tar xf libsodium-1.0.17.tar.gz
|
|||||||
cd libsodium-1.0.17/
|
cd libsodium-1.0.17/
|
||||||
./configure
|
./configure
|
||||||
make && make check
|
make && make check
|
||||||
make install
|
sudo make install
|
||||||
|
Loading…
Reference in New Issue
Block a user