|
|
@@ -58,6 +58,23 @@ jobs: |
|
|
|
- name: make check |
|
|
|
run: LSAN_OPTIONS=fast_unwind_on_malloc=0 make check |
|
|
|
|
|
|
|
tsan: |
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: dependencies |
|
|
|
run: sudo apt-get update && sudo apt-get install libpcaudio-dev libsonic-dev ronn kramdown |
|
|
|
- name: autoconf |
|
|
|
run: ./autogen.sh ; chmod -x INSTALL m4/*.m4 |
|
|
|
- name: configure |
|
|
|
run: CXXFLAGS="-fsanitize=thread -g -Og" CFLAGS="-fsanitize=thread -g -Og" ./configure |
|
|
|
- name: make |
|
|
|
run: make |
|
|
|
- name: make check |
|
|
|
run: make check |
|
|
|
|
|
|
|
usan: |
|
|
|
|
|
|
|
runs-on: ubuntu-latest |