cras: Disable featured in configure (#7456)

featured [1] is a ChromeOS specific daemon that's not available in gcr.io/oss-fuzz-base/base-builder-rust
Disable it to fix the build [2].

[1] https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/featured/
[2] https://crbug.com/oss-fuzz/45744
This commit is contained in:
Li-Yu Yu 2022-03-29 02:54:10 +08:00 committed by GitHub
parent d5cb28fb0c
commit c462cad1be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
cd ${SRC}/adhd/cras
./git_prepare.sh
./configure
./configure --disable-featured
make -j$(nproc)
cp ${SRC}/adhd/cras/src/server/rust/target/release/libcras_rust.a /usr/local/lib