Skip to content

Commit 9245675

Browse files
committed
CI ARM: temporarily disable aplay/aes67
Uses a features(std::to_chars) not being present in libsdc++ in Debian 11, will be re-enabled after builders updated to Buster.
1 parent dde604e commit 9245675

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/scripts/Linux/arm/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export CFLAGS CXXFLAGS
2424
set -- $FEATURES
2525
set -- "$@" --enable-sdl=2 # use SDL2 (environment.sh sets sdl=3)
2626
set -- "$@" --enable-drm_disp
27+
# TODO TOREMOVE after builders migrate to Debian Bookworm
28+
set -- "$@" --with-object-remove=src/audio/playback/aes67.o
2729

2830
./autogen.sh "$@"
2931
make -j "$(nproc)"

0 commit comments

Comments
 (0)