We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b96d8e8 + e51a3bd commit f570e44Copy full SHA for f570e44
src/warnet/cli/image_build.py
@@ -24,7 +24,7 @@ def build_image(
24
action: str,
25
):
26
if not build_args:
27
- build_args = '"--disable-tests --without-gui --disable-bench --disable-fuzz-binary --enable-suppress-external-warnings "'
+ build_args = '"--disable-tests --without-gui --disable-bench --disable-fuzz-binary --enable-suppress-external-warnings --disable-dependency-tracking "'
28
else:
29
build_args = f'"{build_args}"'
30
0 commit comments