File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,18 +86,9 @@ RUN apt-get update && \
8686 python3-pdfkit \
8787 openjdk-11-jdk \
8888 maven && \
89- pip3 install --upgrade "grpcio-tools<1.68"
90-
91- # Client build requires recent version of CMake (FetchContent required)
92- # Using CMAKE installation instruction from:: https://apt.kitware.com/
93- RUN apt update -q=2 \
94- && apt install -y gpg wget \
95- && wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null \
96- && . /etc/os-release \
97- && echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" | tee /etc/apt/sources.list.d/kitware.list >/dev/null \
98- && apt-get update -q=2 \
99- && apt-get install -y --no-install-recommends cmake=3.28.3* cmake-data=3.28.3* \
100- && cmake --version
89+ pip3 install --upgrade "grpcio-tools<1.68" cmake==4.0.3
90+
91+ ENV CMAKE_POLICY_MINIMUM_REQUIRED=3.5
10192
10293# Build expects "python" executable (not python3).
10394RUN rm -f /usr/bin/python && \
You can’t perform that action at this time.
0 commit comments