Loading ci/build_codec_instrumented_linux.sh +1 −1 Original line number Diff line number Diff line Loading @@ -8,4 +8,4 @@ fi cd scripts ./prepare_instrumentation.sh cd c-code_instrument make make -j ci/build_codec_sanitizers_linux.sh +3 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ fi # CI linux container would do this, can stay commented if clang (v13) is in your path #PATH=$PATH:/usr/lib/llvm-13/bin make clean make CLANG=1 make CLANG=1 -j make clean make CLANG=2 make CLANG=2 -j make clean make CLANG=3 make CLANG=3 -j ci/smoke_test.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ if [ ! -d "lib_com" ]; then exit 1 fi make clean all make clean all -j # get all modes except SBA rate switching (which is broken currently) list=$(./scripts/runIvasCodec.py -l | grep -v "SBA.*rs") Loading Loading
ci/build_codec_instrumented_linux.sh +1 −1 Original line number Diff line number Diff line Loading @@ -8,4 +8,4 @@ fi cd scripts ./prepare_instrumentation.sh cd c-code_instrument make make -j
ci/build_codec_sanitizers_linux.sh +3 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ fi # CI linux container would do this, can stay commented if clang (v13) is in your path #PATH=$PATH:/usr/lib/llvm-13/bin make clean make CLANG=1 make CLANG=1 -j make clean make CLANG=2 make CLANG=2 -j make clean make CLANG=3 make CLANG=3 -j
ci/smoke_test.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ if [ ! -d "lib_com" ]; then exit 1 fi make clean all make clean all -j # get all modes except SBA rate switching (which is broken currently) list=$(./scripts/runIvasCodec.py -l | grep -v "SBA.*rs") Loading