Skip to content

Commit

Permalink
Fix the libpolly version to use in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jul 1, 2024
1 parent 0d55a85 commit 44201b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 \
libpolly-16-dev libzstd-dev
libpolly-$LLVM_VERSION-dev libzstd-dev

RUN curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location \
--silent --show-error --fail "https://sh.rustup.rs" | \
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 \
libpolly-16-dev libzstd-dev
libpolly-$LLVM_VERSION-dev libzstd-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 44201b7

Please sign in to comment.