Skip to content

Commit

Permalink
Don't build dav1d tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bond-009 committed Apr 10, 2021
1 parent 32815a2 commit 865d4ff
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 865d4ff

Please sign in to comment.