-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[tools] Add OpenMP to "Everything" CI config #17154
Conversation
Previously, it was only enabled manually for GCC only. Now that we are up to Clang 12, we can enable it unconditionally.
@drake-jenkins-bot linux-focal-clang-bazel-experimental-everything-address-sanitizer please |
+@rpoyner-tri for both reviews, please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: LGTM missing from assignee rpoyner-tri(platform) (waiting on @jwnimmer-tri)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! all discussions resolved, LGTM from assignee rpoyner-tri(platform) (waiting on @jwnimmer-tri)
Previously, it was only enabled manually for GCC only. Now that we are up to Clang 12, we can enable it unconditionally.
Previously, it was only enabled manually for GCC only. Now that we are up to Clang 12, we can enable it unconditionally.
Towards #14858.
Previously, it was only enabled manually for GCC only (RobotLocomotion/drake-ci#154). Now that we are up to Clang 12, we can enable it unconditionally (and thereafter revert that CI PR).
This change is