We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c6ab3 commit 4833064Copy full SHA for 4833064
scripts/install-cmake-binary.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -euo pipefail
3
set -x
4
-: ${CMAKE:=3.20.4}
+: ${CMAKE:=3.23.1}
5
curl -s -L https://github.com/Kitware/CMake/releases/download/v$CMAKE/cmake-$CMAKE-linux-x86_64.sh > cmake.sh
6
sh cmake.sh --prefix=/usr/local --skip-license
7
rm cmake.sh
ubuntu/hip/Dockerfile
@@ -2,6 +2,8 @@ ARG hip_version
ARG ubuntu_version
FROM ghcr.io/rse-ops/hip-base-ubuntu-$ubuntu_version:llvm-amdgpu-${hip_version}
+# comment to trigger build
+
# Install with spack
8
ARG hip_version
9
ENV hip_version=$hip_version
0 commit comments