From 8c9558727da3cfd14ec772ad7ae6e9cc317854bc Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Thu, 18 Jun 2026 16:26:29 -0600 Subject: [PATCH 1/2] Update CI. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 450014a..6417a74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,9 @@ jobs: cd ${KYNEMA_MANAGER}/environments/e4s-build && \ ln -s ${GITHUB_WORKSPACE} kynema-driver && \ spack develop --no-modify-concrete-specs --no-clone kynema-driver@main && \ - spack concretize -f && \ + spack rm kynema && \ + spack add kynema-driver@main~kynema-fmb~kynema_sgf_gpu~kynema_ugf_gpu+tests && \ + spack concretize --reuse -f && \ spack install && \ spack cd -b kynema-driver && \ spack build-env kynema-driver ctest -j $(nproc) -LE no-ci --output-on-failure \ From 7b845afcec9eedbacdfd88292eb0b32e73c5ac0a Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Thu, 18 Jun 2026 16:32:31 -0600 Subject: [PATCH 2/2] Turn off gold file checks. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6417a74..b444d0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: ln -s ${GITHUB_WORKSPACE} kynema-driver && \ spack develop --no-modify-concrete-specs --no-clone kynema-driver@main && \ spack rm kynema && \ - spack add kynema-driver@main~kynema-fmb~kynema_sgf_gpu~kynema_ugf_gpu+tests && \ + spack add kynema-driver@main~kynema-fmb~kynema_sgf_gpu~kynema_ugf_gpu~tests && \ spack concretize --reuse -f && \ spack install && \ spack cd -b kynema-driver && \