[infra] Upgrade cmake to latest release (3.24.2) (#8681)

CMake 3.21.1 is known to cause issues when building Qt.
This commit is contained in:
Robert Löhning 2022-10-27 16:21:10 +02:00 committed by GitHub
parent 41bfb7cd5a
commit e874146ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ENV FUZZINTRO_OUTDIR=$SRC
# Install newer cmake.
ENV CMAKE_VERSION 3.21.1
ENV CMAKE_VERSION 3.24.2
RUN apt-get update && apt-get install -y wget sudo && \
wget https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-Linux-$arch.sh && \
chmod +x cmake-$CMAKE_VERSION-Linux-$arch.sh && \