-
Notifications
You must be signed in to change notification settings - Fork 11.7k
ci: add debug build to sanitzier build matrix #527
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
for some reason it compiles in ci in debug. looking at why. |
e287c85
to
de5984c
Compare
the ci results: https://github.com/Green-Sky/llama.cpp/actions/runs/4525140706 for reference, the compile error:
|
You could uncomment those lines and add Why does it say "All checks have passed"? It's not doing the CI checks? |
you mean for this pr? that's because it does not build for non code changes in prs... |
make a pr and i will rebase 😄 |
de5984c
to
d54bed0
Compare
The Workflow changes do trigger for pushes, so if the source repo has enabled actions (like @Green-Sky did) you can see the result of the changed workflow in the source repo where the commit was pushed. This is useful when you make a fork for a patch and want to play around with the actions in your own repo. There is also the |
To be honest, the "complete build" passing while the sanitizer builds fail can be a bit confusing, but it's necessary for now so that the whole build doesn't get canceled from the sanitizer errors. It's just a temporary solution though, once we get rid of all the leaks and get all the sanitizer builds to pass, the |
@anzz1 yea, we can tighten down the screws when stuff settles a bit. |
discovered ggml.c does not compile in Debug right now.