summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2021-02-03 15:21:57 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-02-05 19:14:29 -0500
commita9b89d5a7a3a7f5b0f0b819913273b767f831bf6 (patch)
tree15d445ed070de5075b7178d0bfbd97e393332fd5 /validate
parent97a8fe7b356cbf22c331c86c35345fda446dc466 (diff)
downloadhaskell-a9b89d5a7a3a7f5b0f0b819913273b767f831bf6.tar.gz
validate: Enable tarball autodownload by default.
Fixes #19307
Diffstat (limited to 'validate')
-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" ]