Skip to content

Commit

Permalink
wip spack build job
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Nov 29, 2024
1 parent 58ab975 commit 58f6ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,12 @@ packaging/spack/rocm:
- .quick_test_condition
image:
name: ecpe4s/e4s-base-rocm:24.11
entrypoint: ["/bin/bash", "-c"]
entrypoint: [""]
tags:
- private_ci
- nla-gpu
variables:
GIT_STRATEGY: empty
GINKGO_SPEC: "+rocm amdgpu_target=gfx90a +openmp +mpi generator=ninja"
needs: []

Expand Down
1 change: 1 addition & 0 deletions .gitlab/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
extends:
- .before_script_template
script:
- source /etc/bash.bashrc
- git clone -c feature.manyFiles=true --depth=1 https://github.com/ginkgo-project/spack.git /opt/ginkgo-spack
- spack external find cmake ninja
- spack repo add /opt/ginkgo-spack/var/spack/repos/builtin
Expand Down

0 comments on commit 58f6ea0

Please sign in to comment.