build-unit-test-docker: Don't download subprojects for meson
We want to ensure we aren't bundling and duplicating dependencies for
our built-in libraries.
Change-Id: I81c3a51d91de24f1dd76e609f8cc52fb57ea6844
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/build-unit-test-docker.sh b/build-unit-test-docker.sh
index 5a94724..70216f9 100755
--- a/build-unit-test-docker.sh
+++ b/build-unit-test-docker.sh
@@ -140,6 +140,7 @@
"-DCMAKE_INSTALL_PREFIX:PATH=${PREFIX}"
)
MESON_FLAGS=(
+ "--wrap-mode=nodownload"
"-Dprefix=${PREFIX}"
)