-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! fixup! ci: added rocm gha build
- Loading branch information
1 parent
7a5d1dc
commit 43dd72c
Showing
6 changed files
with
53 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
scripts/ci/images/Dockerfile.ci-spack-ubuntu22.04-rocm-base
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
ARG BASE_IMAGE=rocm/dev-ubuntu-22.04 | ||
FROM $BASE_IMAGE | ||
|
||
# Base dependencies for building VTK-m projects | ||
RUN apt update && \ | ||
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \ | ||
ccache \ | ||
cmake \ | ||
curl \ | ||
g++ \ | ||
gfortran-11 \ | ||
git \ | ||
git-lfs \ | ||
git-lfs \ | ||
libcurl4-gnutls-dev \ | ||
make \ | ||
mpich \ | ||
ninja-build \ | ||
pkg-config \ | ||
rocthrust-dev \ | ||
\ | ||
&& \ | ||
apt clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters