Skip to content

Commit

Permalink
Update CMake to 3.21.1 (#98)
Browse files Browse the repository at this point in the history
* Update CMake to 3.21.1
* Add comment to trigger build
  • Loading branch information
davidbeckingsale committed Oct 19, 2022
1 parent f4c6ab3 commit 4833064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-cmake-binary.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
set -x
: ${CMAKE:=3.20.4}
: ${CMAKE:=3.23.1}
curl -s -L https://github.com/Kitware/CMake/releases/download/v$CMAKE/cmake-$CMAKE-linux-x86_64.sh > cmake.sh
sh cmake.sh --prefix=/usr/local --skip-license
rm cmake.sh
2 changes: 2 additions & 0 deletions ubuntu/hip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
ARG hip_version
ENV hip_version=$hip_version
Expand Down

0 comments on commit 4833064

Please sign in to comment.