Skip to content

Commit

Permalink
run the script and sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
xmclark committed Mar 24, 2019
1 parent e153cf5 commit 59d02ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_lib_sodium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 59d02ef

Please sign in to comment.