Skip to content

Commit

Permalink
Remove installing libsodium from the build process
Browse files Browse the repository at this point in the history
Sodiumoxide bundles a pinned version of libsodium making it no longer
necessary to install the library manually.
  • Loading branch information
samrg472 committed Nov 14, 2019
1 parent e40b9ec commit a1e273f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
dist: xenial
addons:
apt:
packages:
- libsodium-dev
language: rust
rust:
- stable
cache:
apt: true
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ WORKDIR /app

RUN apt-get update && \
apt-get install -y \
libsodium23 \
libsodium-dev \
make \
clang

Expand Down

0 comments on commit a1e273f

Please sign in to comment.