Update github actions and rtd dependencies#823
Merged
MichaelBrim merged 1 commit intollnl:devfrom Sep 29, 2025
Merged
Conversation
- update to use actions/checkout v4 - switch to ubuntu-latest (24.04) - change to available gcc versions (removed gcc 7 and 8) - originally added 12 and 13 but this causes a bug to show up - change spack install action (old one was using an action that is no longer supported) - user spack shell support - update spack packages versions - change doc dependency versions - fix compile issue with redefinition of asprintf - comment out tests producing use-after-free warning - set lstat() test as expected to fail (undo when lstat is supported)
Member
Author
|
The builds seem to being taking a long time to start and hopefully won't time out. I believe this is being cause by a limit that is placed on how many can be running at once for any given account. They were instant in my repo, but I imagine the LLNL account has a long queue. |
MichaelBrim
approved these changes
Sep 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation and Context
Get GitHub actions running again
Types of changes
Checklist:
I have added tests to cover my changes.