AIDASoft / podio

PODIO
GNU General Public License v3.0
24 stars 60 forks source link

Add more advanced cmake macro features to documentation #685

Closed SaxenaAnushka102 closed 1 month ago

SaxenaAnushka102 commented 1 month ago

BEGINRELEASENOTES

ENDRELEASENOTES

Fixes #613

SaxenaAnushka102 commented 1 month ago

Hi @tmadlener @m-fila, I noticed two checks are failing: pre-commit and sanitizers (gcc13, Address). I've reviewed the logs, but I'm unsure how to resolve the pylint & missing file issues. Will retrying the build solve this? Could you please provide some guidance on what might be going wrong here?

tmadlener commented 1 month ago

The failing CI is unrelated to the changes you made. The sanitizer one wasn't able to download a test file. I am not yet sure what is wrong with pre-commit, but it has been failing for other PRs as well. I am investigating at the moment.

tmadlener commented 1 month ago

If you rebase this onto the latest master branch, CI should fix itself