Skip to content

Commit

Permalink
update CI for missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Jan 25, 2020
1 parent 94b3d5d commit ca38d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/aarch64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch

RUN dpkg --add-architecture arm64 && \
apt-get update && \
apt-get install -y curl build-essential libasound2-dev:arm64 gcc-aarch64-linux-gnu pkg-config
apt-get install -y curl build-essential libasound2-dev:arm64 libssl-dev:arm64 gcc-aarch64-linux-gnu pkg-config

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable

Expand Down
2 changes: 1 addition & 1 deletion ci/armv7-unknown-linux-gnueabihf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch

RUN dpkg --add-architecture armhf && \
apt-get update && \
apt-get install -y curl build-essential libasound2-dev:armhf gcc-arm-linux-gnueabihf pkg-config
apt-get install -y curl build-essential libasound2-dev:armhf libssl-dev:armhf gcc-arm-linux-gnueabihf pkg-config

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable

Expand Down

0 comments on commit ca38d70

Please sign in to comment.