Skip to content

Commit

Permalink
python: pgo-llvm-builder: cmake 3.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Mar 22, 2024
1 parent c8cbfc2 commit fb9db9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pgo-llvm-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/debian:10-slim

# LLVM may require an newer version of cmake, download and install the latest
# prebuilt.
ARG CMAKE_VERSION=3.28.4
ARG CMAKE_VERSION=3.29.0
RUN apt update && \
apt upgrade -y && \
apt install -y --no-install-recommends \
Expand Down

0 comments on commit fb9db9d

Please sign in to comment.