HADOOP-18274. Use CMake 3.19.0 in Debian 10 (#4395)
This commit is contained in:
parent
712e009172
commit
7ac271307c
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue