-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adds clang and sanitizers #148
Adds clang and sanitizers #148
Conversation
- Adds behaviour to checkout custom branches by name. - Replaces path references to dsim-repos-index to configure the workspace.
it looks like the two failures are from maliput/delphyne#713 should we disable that test until we have a fix for it? |
.github/workflows/sanitizers.yml
Outdated
- master | ||
pull_request: | ||
schedule: | ||
- cron: '0 9 * * *' # 9:00am UTC, 1:00am PST. |
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.
running clang and the sanitizers every night will multiply my previous estimate of usage time by 4
should we consider only testing gcc for the nightly?
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.
Moved to a weekly test.
Done in maliput/delphyne#736 |
I've triggered CI again. |
Depends on #143
Part of #136