apple / apple/foundationdb

Test with UBSAN in pull request builds

Open
#2,415 1 comment 1 reaction 1 assignee Claimed by @AlvinMooreSr View on GitHub
Dominant language
C++
Stars
16.7k
Forks
1.6k
Avg merge
1d 20h
Merged PRs (30d)
126

Description

Blocked on #2410

We want to do something like this for every pull request (and run it every night)
```
$ cmake $SRCDIR -DUSE_UBSAN=1 ...
$ cmake --build .
$ UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1:print_summary=1 ctest
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.