mirror of
https://github.com/RPCS3/rpcs3-docker.git
synced 2026-01-31 01:35:20 +01:00
Update CMake version to 3.28.6
This commit is contained in:
@@ -88,7 +88,7 @@ RUN \
|
||||
rm ./*.deb
|
||||
|
||||
# Setup newer CMake
|
||||
ENV CMAKEVER=3.26.3
|
||||
ENV CMAKEVER=3.28.6
|
||||
RUN \
|
||||
curl -sSfLO https://github.com/Kitware/CMake/releases/download/v${CMAKEVER}/cmake-${CMAKEVER}-linux-aarch64.sh && \
|
||||
sh cmake-${CMAKEVER}-linux-aarch64.sh --prefix=/usr --skip-license && \
|
||||
|
||||
@@ -43,7 +43,7 @@ RUN \
|
||||
rm ./*.deb
|
||||
|
||||
# Setup newer CMake
|
||||
ENV CMAKEVER=3.26.3
|
||||
ENV CMAKEVER=3.28.6
|
||||
RUN \
|
||||
curl -sSfLO https://github.com/Kitware/CMake/releases/download/v${CMAKEVER}/cmake-${CMAKEVER}-linux-x86_64.sh && \
|
||||
sh cmake-${CMAKEVER}-linux-x86_64.sh --prefix=/usr --skip-license && \
|
||||
|
||||
Reference in New Issue
Block a user