CI is very slow
Open
continuous integration
feature request
- Dominant language
- C++
- Stars
- 161
- Forks
- 59
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 7
Description
I noticed that the CI builds are very slow. Each build starts with building cmake and related tools which takes about 20 minutes.
One way out would be to install these via Ubuntu (or to download a binary) and use `spack external find` to detect these tools. Another way would be to produce and use Docker images for the various CI setups.
Contributor guide
Assessment
This issue has not been assessed yet.