Skip to content

v3.0.0: Support For spack >= v1.0

Latest

Choose a tag to compare

@CodeGat CodeGat released this 08 Dec 23:36
· 4 commits to v3 since this release
v3.0.0
7dc203b

Overview

Note

This version of the workflow can only support spack >= v1.0. If you need to use spack < v1.0, use the v2 branch.

Workflow Entrypoint Changes

  • REMOVED inputs.spack-packages-ref, outputs.spack-packages-sha
  • Added inputs.builtin-spack-packages-ref, inputs.access-spack-packages-ref, outputs.builtin-spack-packages-sha, outputs.access-spack-packages-sha

Other Changes

  • Updated image to use spack repo update
  • Image now uses a build-time OCI-backed buildcache
  • Added scripts for creating multiple Model Component Repositories at a time

What's Changed

  • build-ci v3: Infrastructure Update for spack v1.X by @CodeGat in #253

Full Changelog: v2.7.0...v3.0.0