Skip to content

Commit

Permalink
Merge pull request #67 from jellyfin/liboptions
Browse files Browse the repository at this point in the history
Don't build dav1d tests
  • Loading branch information
cvium committed Apr 10, 2021
2 parents 32815a2 + 865d4ff commit cec5a97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ prepare_extra_common() {
if [ "${ARCH}" = "amd64" ]; then
meson -Denable_asm=true \
-Denable_avx512=$avx512 \
-Denable_tests=false \
-Ddefault_library=shared \
--prefix=${TARGET_DIR} ..
ninja
Expand All @@ -58,6 +59,7 @@ prepare_extra_common() {
meson -Denable_asm=true \
-Denable_avx512=false \
-Ddefault_library=shared \
-Denable_tests=false \
--cross-file=${SOURCE_DIR}/cross-${ARCH}.meson \
--prefix=${TARGET_DIR} ..
ninja
Expand Down

0 comments on commit cec5a97

Please sign in to comment.