Skip to content

Commit f87f9f3

Browse files
committed
install libc6 too
1 parent 1b90916 commit f87f9f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab/uoregon-gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ stages:
2121
GIT_SUBMODULE_STRATEGY: recursive
2222
SPACK_BRANCH: "v1.1.1"
2323
before_script:
24-
- apt-get update && apt-get install -y git cmake python3 libc6-dev
24+
- apt-get update && apt-get install -y git cmake python3 libc6 libc6-dev
2525
- git clone --depth 1 https://github.com/spack/spack.git -b ${SPACK_BRANCH}
2626
- . spack/share/spack/setup-env.sh
2727

28-
nvidia-grace-nvhpc-26.3:
28+
nvidia-gg-nvhpc-26.3:
2929
extends: [.build-and-test]
3030
tags: [grace]
3131
image: nvcr.io/nvidia/nvhpc:26.3-devel-cuda13.1-ubuntu24.04
@@ -35,7 +35,7 @@ nvidia-grace-nvhpc-26.3:
3535
- spack install raja %nvhpc
3636
- spack test run raja
3737

38-
nvidia-grace-hopper-nvhpc-25.11-cuda-13.0:
38+
nvidia-gh-nvhpc-25.11-cuda-13.0:
3939
extends: [.build-and-test]
4040
tags: [nvidia-gh200]
4141
image: nvcr.io/nvidia/nvhpc:25.11-devel-cuda13.0-ubuntu24.04

0 commit comments

Comments
 (0)