diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2021-02-03 15:21:57 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-02-05 19:14:29 -0500 |
commit | a9b89d5a7a3a7f5b0f0b819913273b767f831bf6 (patch) | |
tree | 15d445ed070de5075b7178d0bfbd97e393332fd5 | |
parent | 97a8fe7b356cbf22c331c86c35345fda446dc466 (diff) | |
download | haskell-a9b89d5a7a3a7f5b0f0b819913273b767f831bf6.tar.gz |
validate: Enable tarball autodownload by default.
Fixes #19307
-rwxr-xr-x | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ] |