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

Revert to C++17 build #1542

Merged
merged 1 commit into from May 6, 2024
Merged

Revert to C++17 build #1542

merged 1 commit into from May 6, 2024

Conversation

willdealtry
Copy link
Collaborator

Building with C++20 causes sigabrt when ray is imported first. Temporarily revert to C++17

@@ -72,7 +72,7 @@ struct Loggers::Impl


constexpr auto get_default_log_level() {
return spdlog::level::info;
return spdlog::level::trace;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs backing out

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, good spot

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep meaning to write a test for this 'cos I do it all the time

@willdealtry willdealtry merged commit c696f59 into master May 6, 2024
114 checks passed
@willdealtry willdealtry deleted the revert_to_cxx17 branch May 6, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants