Commit c2927168 authored by norvell's avatar norvell
Browse files

Merge branch 'main' into 488-waveform-and-md-desynchronized-in-external-renderer

parents 1abaacd7 b71ad08b
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -281,11 +281,13 @@ build-codec-instrumented-linux:
# make sure that the codec builds with msan, asan and usan
build-codec-sanitizers-linux:
  extends:
    - .build-job-linux
    - .build-job-with-check-for-warnings
    - .rules-basis
  script:
    - *print-common-info
    - bash ci/build_codec_sanitizers_linux.sh
    # need to use the "|| exit $?" suffix to get the allowed_failure return code, otherwise the job fails with code 1...<
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit $?

build-codec-windows-cmake:
  extends:
+2 −1
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@ make CLANG=1 -j
make clean
make CLANG=2 -j
make clean
make CLANG=3 -j
# write out one build for warnings check
make CLANG=3 -j 2>&1 | tee build_output.txt