feat: use spack ci generate to setup build pipeline
Compare changes
- Wouter Deconinck authored
+ 9
− 0
@@ -76,5 +76,14 @@ spack:
@@ -76,5 +76,14 @@ spack:
Rather than having a single long build, we can split it up in different jobs with spack ci generate
. This will be more resilient against failures. We can also run the builds inside a regular job instead of inside the container, and then only pull from the build cache once we build the container.