Commit 898fce55 authored by Jan Kiene's avatar Jan Kiene
Browse files

[revert-me] only build decoder with sanitizer to scrape errors from

there
parent fca8931c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -178,7 +178,11 @@ workflow:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/copy-ltv-files-to-testv-dir.sh
    - make clean
    - make IVAS_cod
    - mv IVAS_cod IVAS_cod_tmp
    - make clean
    - make -j CLANG=$CLANG_NUM
    - mv IVAS_cod_tmp IVAS_cod
    - testcase_timeout=$SELFTEST_SANITY_TIMEOUT
    - export UBSAN_OPTIONS=report_error_type=1,print_stacktrace=1