You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add the check workflow with sanitizers enabled
* Run the sanitizer-enabled checks on GitLab CI
* Update GLCI to use own container image
* Make sure that the *Rout extractor runs too
GitLab CI seems to run the jobs under `sh -e`, which terminates the step
on first failure. Use || to capture the initial failures and fail for
real later.
* Use literal block style to keep newlines intact
0 commit comments