clang and linux workflow fixes - #42
Merged
FriskTheFallenHuman merged 8 commits intoJul 19, 2026
Merged
Conversation
…-3 (dropped due to FriskTheFallenHuman#39); testing clang builds in runner workflows
was only used for testing; stick with gcc and g++ cache-apt-pkgs-action is still broken, drop it in favor of apt
was only used for testing; stick with gcc and g++ cache-apt-pkgs-action is still broken, drop it in favor of apt
FriskTheFallenHuman
merged commit Jul 19, 2026
9195544
into
FriskTheFallenHuman:main
7 checks passed
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.
#39 flushed out some lingering CMakeLists.txt problems;
-ffinite-math-onlyand NaNs don't mix.Stole the flags excerpt from KROOM-3, hope you don't mind ;)
There's been some ongoing issues with awalsh128/cache-apt-pkgs-action for weeks now. Dropped it in two workflows in favor of apt. Makes all of a few seconds of difference during a run.