Skip to content
Snippets Groups Projects
Commit a9b89d5a authored by Andreas Klebinger's avatar Andreas Klebinger Committed by Marge Bot
Browse files

validate: Enable tarball autodownload by default.

Fixes #19307
parent 97a8fe7b
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ if [ $testsuite_only -eq 0 ]; then
INSTDIR="$thisdir/inst"
python3 ./boot --validate
$configure_cmd --prefix="$INSTDIR" $config_args
$configure_cmd --prefix="$INSTDIR" --enable-tarballs-autodownload $config_args
fi
if [ "$use_hadrian" = "NO" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment