File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 6262 run-test-asan-address : true
6363 run-test-asan-undefined : true
6464 run-test-asan-thread : true
65+ - os : ubuntu-24.04
66+ cc : clang
67+ cxx : clang++
68+ pip-break-system-packages : true
69+ run-lint : true
70+ run-test : true
71+ run-test-asan-address : true
72+ run-test-asan-undefined : true
73+ run-test-asan-thread : true
74+ # Let's just compile with all Meson option flags enabled once.
75+ meson_args : ' -Dms_log_trace=true -Dms_log_file_line=true -Dms_rtc_logger_rtp=true -Dms_disable_liburing=true -Dms_sctp_stack=true'
6576 - os : ubuntu-24.04-arm
6677 cc : gcc
6778 cxx : g++
@@ -147,6 +158,7 @@ jobs:
147158 MEDIASOUP_SKIP_WORKER_PREBUILT_DOWNLOAD : ' true'
148159 MEDIASOUP_LOCAL_DEV : ' false'
149160 MEDIASOUP_BUILDTYPE : ${{ matrix.build-type }}
161+ MESON_ARGS : ${{ matrix.build.meson_args }}
150162
151163 steps :
152164 - name : Checkout
You can’t perform that action at this time.
0 commit comments