mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-31 11:59:38 -06:00
ci: update Linux image to Fedora 37
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
FROM fedora:36 as rvm-build
|
FROM fedora:37 as rvm-build
|
||||||
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>
|
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>
|
||||||
|
|
||||||
COPY install_rvm.sh /root/install_rvm.sh
|
COPY install_rvm.sh /root/install_rvm.sh
|
||||||
RUN sh /root/install_rvm.sh
|
RUN sh /root/install_rvm.sh
|
||||||
|
|
||||||
FROM fedora:36 AS clang-tidy-headers
|
FROM fedora:37 AS clang-tidy-headers
|
||||||
MAINTAINER Kyle Edwards <kyle.edwards@kitware.com>
|
MAINTAINER Kyle Edwards <kyle.edwards@kitware.com>
|
||||||
|
|
||||||
COPY install_clang_tidy_headers.sh /root/install_clang_tidy_headers.sh
|
COPY install_clang_tidy_headers.sh /root/install_clang_tidy_headers.sh
|
||||||
RUN sh /root/install_clang_tidy_headers.sh
|
RUN sh /root/install_clang_tidy_headers.sh
|
||||||
|
|
||||||
FROM fedora:36 AS iwyu
|
FROM fedora:37 AS iwyu
|
||||||
MAINTAINER Kyle Edwards <kyle.edwards@kitware.com>
|
MAINTAINER Kyle Edwards <kyle.edwards@kitware.com>
|
||||||
|
|
||||||
COPY install_iwyu.sh /root/install_iwyu.sh
|
COPY install_iwyu.sh /root/install_iwyu.sh
|
||||||
RUN sh /root/install_iwyu.sh
|
RUN sh /root/install_iwyu.sh
|
||||||
|
|
||||||
FROM fedora:36
|
FROM fedora:37
|
||||||
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>
|
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>
|
||||||
|
|
||||||
COPY install_deps.sh /root/install_deps.sh
|
COPY install_deps.sh /root/install_deps.sh
|
||||||
Reference in New Issue
Block a user