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 d2cd502 commit f5ea1ccCopy full SHA for f5ea1cc
create_dev_image.sh
@@ -77,7 +77,7 @@ fi
77
78
# build curl
79
buildah run $bdr autoreconf -fi
80
-buildah run $bdr ./configure ${build_opts}
+buildah run $bdr ./configure --disable-dependency-tracking ${build_opts}
81
buildah run $bdr make -j$(nproc)
82
83
# run tests
0 commit comments