You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: