HADOOP-18274. Use CMake 3.19.0 in Debian 10 (#4395)

This commit is contained in:
Gautham B A 2022-06-02 23:46:05 +05:30 committed by GitHub
parent 712e009172
commit 7ac271307c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,7 @@ ENV HADOOP_SKIP_YETUS_VERIFICATION true
#### ####
# Install packages # Install packages
#### ####
RUN pkg-resolver/install-cmake.sh debian:10
RUN pkg-resolver/install-spotbugs.sh debian:10 RUN pkg-resolver/install-spotbugs.sh debian:10
RUN pkg-resolver/install-boost.sh debian:10 RUN pkg-resolver/install-boost.sh debian:10
RUN pkg-resolver/install-protobuf.sh debian:10 RUN pkg-resolver/install-protobuf.sh debian:10

View File

@ -62,7 +62,6 @@
"centos:8": "clang" "centos:8": "clang"
}, },
"cmake": { "cmake": {
"debian:10": "cmake",
"ubuntu:focal": "cmake", "ubuntu:focal": "cmake",
"ubuntu:focal::arch64": "cmake" "ubuntu:focal::arch64": "cmake"
}, },