-
Notifications
You must be signed in to change notification settings - Fork 52
Open
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.
ax3l