Loading main-basop.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1742,12 +1742,12 @@ renderer-usan: - python3 ci/remove_unsupported_testcases.py $PRM_FILES - make_args="CLANG=$CLANG_NUM" # for MRs to main, the whole sanitizer test takes too long (even with stv set of inputs) # shorten files to 1s for that case - if [ "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" == "main" ]; then - python3 tests/create_short_testvectors.py --cut_len 1.0 - make_args="CLANG=$CLANG_NUM" # also need different setup for ubsan - if [[ $CLANG_NUM == 3 ]]; then - export UBSAN_OPTIONS="suppressions=scripts/ubsan_basop.supp,report_error_type=1,print_stacktrace=1" Loading Loading
main-basop.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1742,12 +1742,12 @@ renderer-usan: - python3 ci/remove_unsupported_testcases.py $PRM_FILES - make_args="CLANG=$CLANG_NUM" # for MRs to main, the whole sanitizer test takes too long (even with stv set of inputs) # shorten files to 1s for that case - if [ "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" == "main" ]; then - python3 tests/create_short_testvectors.py --cut_len 1.0 - make_args="CLANG=$CLANG_NUM" # also need different setup for ubsan - if [[ $CLANG_NUM == 3 ]]; then - export UBSAN_OPTIONS="suppressions=scripts/ubsan_basop.supp,report_error_type=1,print_stacktrace=1" Loading