SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
55 stars 16 forks source link

CI runs fail #1135

Closed lenaploetzke closed 1 month ago

lenaploetzke commented 1 month ago

Bug description

CI currently fails with the error error while loading shared libraries: libasan.so.6: cannot open shared object file: No such file or directory for example for test-cpp-gcc_clang (gcc, Debug, latest) libasan is a subpackage of gcc (The Address Sanitizer runtime library)

Version

Github (CI, Actions, etc.)

To reproduce

See error at (scheduled) CI runs (failing since 5 days). I was not able to reproduce the error locally.

Add any relevant information, e.g. used compiler, screenshots.

I guess this has sth to do with the option -fsanitize=address set in Debug mode.

Checklist

lenaploetzke commented 1 month ago

Problem has solved itself :) CI passes since 2 days without any problems...