Skip to content

Commit

Permalink
Update cmake's hash in android custom build (#17435)
Browse files Browse the repository at this point in the history
### Description
Update cmake's hash in android custom build. It was forgotten in last PR.
  • Loading branch information
snnn authored Sep 6, 2023
1 parent e8b8d0d commit 7862a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/android_custom_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \
# cmake
RUN CMAKE_VERSION=3.27.3 && \
aria2c -q -d /tmp -o cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz \
--checksum=sha-256=28d4d1d0db94b47d8dfd4f7dec969a3c747304f4a28ddd6fd340f553f2384dc2 \
--checksum=sha-256=62e7819fe0867658b6ea765a711686d637dce76cdf6eb0a6b0f1b879e0344fa7 \
https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz && \
tar -zxf /tmp/cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz --strip=1 -C /usr

Expand Down

0 comments on commit 7862a52

Please sign in to comment.