File tree Expand file tree Collapse file tree
scripts/ci_checks/linux-x86_64
src/internal_modules/roc_sndio Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 fail-fast : false
3838 matrix :
3939 include :
40+ - script : linux-x86_64/ubuntu-26.04
41+ image : rocstreaming/env-ubuntu:26.04
42+
4043 - script : linux-x86_64/ubuntu-24.04
4144 image : rocstreaming/env-ubuntu:24.04
4245
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ set -euxo pipefail
4+
5+ for comp in gcc-15 clang-21
6+ do
7+ scons -Q \
8+ --enable-werror \
9+ --enable-tests \
10+ --enable-benchmarks \
11+ --enable-examples \
12+ --build-3rdparty=openfec \
13+ --compiler=${comp} \
14+ test
15+ done
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ namespace sndio {
2121class IBackend ;
2222
2323// ! Maximum number of drivers.
24- static const size_t MaxDrivers = 256 ;
24+ static const size_t MaxDrivers = 512 ;
2525
2626// ! Driver type.
2727enum DriverType {
You can’t perform that action at this time.
0 commit comments