SciCompMod/memilio

CI runs fail

Closed this issue · 1 comments

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

  • Attached labels, especially loc:: or model:: labels.
  • Linked to project

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