-
-
Notifications
You must be signed in to change notification settings - Fork 16
Add CI for valgrind fix issues/118 #121
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
Conversation
macOS normail build CI take 2m5s to run, ubuntu take 3m24s to run, checkmemleak take 5m25s to run |
@nciric Please review |
Fix #118 |
See https://github.com/FrankYFTang/inflection/actions/runs/15430643627/job/43427674705 for the test run |
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.
I see two ways to go here:
- Remove duplication of ICU checkout and some checkout steps (we are potentially paying 2x for LFS checkout) and keep everything in this file
- Create a new workflow (e.g. ubuntu-memory-check.yml) and move your valgrind logic there. You will need to copy some of the triggering logic from this file.
I address both issues . PTAL |
Fix #118