Update to NixOS 26.05 - #1660
Open
elliottslaughter wants to merge 7 commits into
Open
Conversation
Collaborator
Author
|
I should note: we could potentially expand the deploy tests to sweep a larger set of GCC versions now (since we've fixed compatibility with newer versions), but I'm not sure how much we care. We should keep the current pinned versions since that's what we actually deploy on Sapling, but if we move to other machines in the future likely we'll care about newer versions as well. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1660 +/- ##
===========================================
+ Coverage 0 71.25% +71.25%
===========================================
Files 0 1544 +1544
Lines 0 53819 +53819
===========================================
+ Hits 0 38348 +38348
- Misses 0 15471 +15471
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
General notes:
About the source changes specifically:
using C = ...was causing Doxygen warnings, and the current build errors on any Doxygen warnings at all. We could potentially work around this differently (e.g., not making warnings a hard error)num_gpus=2in the Realm GPU model parallelism test, so I put that back herePasses local CPU and GPU CI on Sapling.
I should note: this also includes #1659 so you can merge that one separately or as a part of this PR.
This change is