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

GitHub Actions require re-running in order to be successful #488

Closed
lukemartinlogan opened this issue Feb 6, 2023 · 2 comments
Closed
Labels
bug Something isn't working priority-low This is a low priority issue

Comments

@lukemartinlogan
Copy link
Collaborator

lukemartinlogan commented Feb 6, 2023

For some reason, github actions will fail within 5 minutes due to not being able to find pkg-config. Something is buggy with the github action cache. It's strange, but it makes actions take much longer to run as it has to completely re-install all dependencies for each push and commit.

@lukemartinlogan lukemartinlogan added bug Something isn't working priority-low This is a low priority issue labels Feb 6, 2023
@hyoklee
Copy link
Member

hyoklee commented Mar 22, 2023

@lukemartinlogan, I updated the Developer's Guide.
See also PR #504.

@lukemartinlogan lukemartinlogan added this to To do in 1.0.0 Release Apr 3, 2023
@lukemartinlogan lukemartinlogan moved this from To do to Done in 1.0.0 Release Apr 28, 2023
@lukemartinlogan
Copy link
Collaborator Author

The CI now installs spack packages separate from building Hermes. This results in more consistent and correct caching of packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-low This is a low priority issue
Projects
No open projects
Development

No branches or pull requests

2 participants