summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2021-02-03 15:21:57 +0100
committerAndreas Klebinger <klebinger.andreas@gmx.at>2021-02-03 15:22:47 +0100
commit2b34252d38da633464dd7904e5334c834e79cbb0 (patch)
treeacda2134aa330812cf3dba1ef13855daaa3372ab
parent34a8a0e4cf188a30d2b4b65909f24185c80d071e (diff)
downloadhaskell-2b34252d38da633464dd7904e5334c834e79cbb0.tar.gz
validate: Enable tarball autodownload by default.wip/andreask/validate
Fixes #19307
-rwxr-xr-xvalidate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index 3b137262d5..262f4270f5 100755
--- a/validate
+++ b/validate
@@ -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" ]