-
Notifications
You must be signed in to change notification settings - Fork 36
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
WIP: Expand CI Configs #142
WIP: Expand CI Configs #142
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 71fd23d - Browse repository at this point
Copy the full SHA 71fd23dView commit details -
Configuration menu - View commit details
-
Copy full SHA for da2c14e - Browse repository at this point
Copy the full SHA da2c14eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 902e522 - Browse repository at this point
Copy the full SHA 902e522View commit details -
Pin the ubuntu version for CI.
This is to prevent getting a bunch of failures about missing compilers whenever ubuntu-latest gets updated to a newer version. Instead, when a new LTS version gets released we should update the CI configuration and the compilers being tested accordingly.
Configuration menu - View commit details
-
Copy full SHA for 5f69607 - Browse repository at this point
Copy the full SHA 5f69607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d6e22 - Browse repository at this point
Copy the full SHA 98d6e22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c9c2a7 - Browse repository at this point
Copy the full SHA 1c9c2a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cc1a9f - Browse repository at this point
Copy the full SHA 0cc1a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26bf4b5 - Browse repository at this point
Copy the full SHA 26bf4b5View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6c66c3 - Browse repository at this point
Copy the full SHA b6c66c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f52de83 - Browse repository at this point
Copy the full SHA f52de83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aaf720 - Browse repository at this point
Copy the full SHA 3aaf720View commit details
Commits on Oct 23, 2023
-
Use the correct C++ compiler for the sanitizer builds.
This fixes a lingering linker error in one of the tests.
Configuration menu - View commit details
-
Copy full SHA for c18efd0 - Browse repository at this point
Copy the full SHA c18efd0View commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5191afa - Browse repository at this point
Copy the full SHA 5191afaView commit details
Commits on Oct 26, 2023
-
Add build with additional checks (e.g. asserts) that run only with th…
…e latest versions of clang and gcc.
Configuration menu - View commit details
-
Copy full SHA for 2ddffc9 - Browse repository at this point
Copy the full SHA 2ddffc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8529650 - Browse repository at this point
Copy the full SHA 8529650View commit details -
Only test libc++ on latest clang since its a fairly unusual config an…
…d unlikely to matter since qthreads is mostly C.
Configuration menu - View commit details
-
Copy full SHA for 8d18045 - Browse repository at this point
Copy the full SHA 8d18045View commit details -
Expand osx CI tests to include different schedulers, assertion, and o…
…ptimization settings.
Configuration menu - View commit details
-
Copy full SHA for c2a6ce8 - Browse repository at this point
Copy the full SHA c2a6ce8View commit details -
Turn off testing at different optimization levels since it's not filt…
…ering any distinct bugs.
Configuration menu - View commit details
-
Copy full SHA for 6b56291 - Browse repository at this point
Copy the full SHA 6b56291View commit details -
Disable testing with Linux/libc++ since the effect of switching betwe…
…en libstdc++ and libc++ is minimal right now.
Configuration menu - View commit details
-
Copy full SHA for 6d1f1fe - Browse repository at this point
Copy the full SHA 6d1f1feView commit details -
Disable running the expensive asserts in CI since that setting makes …
…no difference with known bugs and the use of that type of assert is extremely limited in the codebase.
Configuration menu - View commit details
-
Copy full SHA for ada5b8a - Browse repository at this point
Copy the full SHA ada5b8aView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96e9466 - Browse repository at this point
Copy the full SHA 96e9466View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3b554 - Browse repository at this point
Copy the full SHA 9f3b554View commit details