Skip to content

Commit

Permalink
Install libpolly in CI for Ubuntu and Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Mar 26, 2024
1 parent 2d1e157 commit 67e8fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ ENV RUSTUP_HOME /opt/rustup
RUN apt-get update --quiet && apt-get install --quiet --yes \
build-essential tar git curl \
llvm-$LLVM_VERSION llvm-$LLVM_VERSION-dev \
libstdc++-11-dev libclang-common-$LLVM_VERSION-dev zlib1g-dev
libstdc++-11-dev libclang-common-$LLVM_VERSION-dev zlib1g-dev \
libpolly-16-dev

RUN curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location \
--silent --show-error --fail "https://sh.rustup.rs" | \
Expand Down
3 changes: 2 additions & 1 deletion ci/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ ENV RUSTUP_HOME /opt/rustup
RUN apt-get update --quiet && apt-get install --quiet --yes \
build-essential tar git curl \
llvm-$LLVM_VERSION llvm-$LLVM_VERSION-dev \
libstdc++-11-dev libclang-common-$LLVM_VERSION-dev zlib1g-dev
libstdc++-11-dev libclang-common-$LLVM_VERSION-dev zlib1g-dev \
libpolly-16-dev

RUN curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location \
--silent --show-error --fail "https://sh.rustup.rs" | \
Expand Down

0 comments on commit 67e8fd9

Please sign in to comment.