Closed pelesh closed 5 months ago
I have a few ideas to speed up the spack pipelines:
1 is definitely a no brainer, and should be done.
2 is a little more complicated. You would need to remember to remove that file when you update the spack submodule. Additionally we would have to maintain a lock file for each build in the matrix.
Running
ctest
triggers testing the build. Runningmake test_install
starts installation tests. The latter will verify if all runtime paths are set correctly.