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.
1 parent 6626ec1 commit e46f5b8Copy full SHA for e46f5b8
src/warnet/image_build.py
@@ -3,7 +3,7 @@
3
4
ARCHES = ["amd64", "arm64", "armhf"]
5
6
-dockerfile_path = files("resources.images.bitcoin").joinpath("Dockerfile")
+dockerfile_path = files("resources.images.bitcoin").joinpath("Dockerfile.dev")
7
8
9
def run_command(command):
@@ -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 --disable-dependency-tracking "'
+ build_args = '"-DBUILD_TESTS=OFF -DBUILD_GUI=OFF -DBUILD_BENCH=OFF -DBUILD_FUZZ_BINARY=OFF -DWITH_ZMQ=ON "'
28
else:
29
build_args = f'"{build_args}"'
30
0 commit comments