diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-12-03 16:12:09 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-12-03 16:15:39 +0000 |
commit | c53e71a29fcd66ad7956060088230173b7dfba17 (patch) | |
tree | 35de4d568d183caeb66c1da4977b3f96a9619135 /configure | |
parent | cbd448bb7412e147fc1c22406c458c71954535cb (diff) |
Trusted CA certificates also downloaded for Wget usage
To enable easy downloading of HTTPS links with Wget (this pipeline's defaut
downloader), we need a set of trusted CA certificates. Until the time that
we can generate one ourselves, one generic set of trusted CA certificates
is now downloaded like a tarball and placed in the OpenSSL configuration
directory.
With these CA certificates, within the pipeline we can now safely use the
pipeline's own installed Wget.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -644,7 +644,7 @@ fi make -f reproduce/src/make/dependencies-basic.mk \ static_build=$static_build \ needs_ldl=$needs_ldl \ - -j$numthreads + #-j$numthreads @@ -661,7 +661,7 @@ numthreads=$($instdir/bin/nproc) ./.local/bin/make -f reproduce/src/make/dependencies.mk \ static_build=$static_build \ rpath_command=$rpath_command \ - -j$numthreads + #-j$numthreads |