Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI is very slow #1538

Open
eschnett opened this issue Oct 15, 2023 · 2 comments
Open

CI is very slow #1538

eschnett opened this issue Oct 15, 2023 · 2 comments

Comments

@eschnett
Copy link
Contributor

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
Copy link
Member

ax3l commented Nov 7, 2023

Agreed. Unfortunately there is not enough binary coverage in Spack binary caches yet to cover all our CI.

But adding more externals here:

and reworking our binary cache logic as we did here:

Is needed to speed things up again.

@ax3l
Copy link
Member

ax3l commented Nov 12, 2023

Taking note of new spack caching possibilities:
https://github.com/spack/spack/releases/tag/v0.21.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants