about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/mod.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-11-01 21:21:53 +0000
committerbors <bors@rust-lang.org>2021-11-01 21:21:53 +0000
commit6225262562f06d8a52624e7898098b58789a6ae5 (patch)
treefb1c48d2c36ce8b70b16f32c17917718f9ed56ba /compiler/rustc_mir_transform/src/coverage/mod.rs
parentdb062de72b0a064f45b6f86894cbdc7c0ec68844 (diff)
parentaef51a0697b6906b0545b323426db05d189049fc (diff)
downloadrust-6225262562f06d8a52624e7898098b58789a6ae5.tar.gz
rust-6225262562f06d8a52624e7898098b58789a6ae5.zip
Auto merge of #90457 - rusticstuff:use-curl-ca-bundle, r=Mark-Simulacrum
CI: Use ubuntu image to download openssl, curl sources, cacert.pem for x86 dist builds

The dist-x86_64 and dist-i686 docker builds are failing again (see [try build](https://github.com/rust-lang-ci/rust/runs/4060836540?check_suite_focus=true)) because python.org renewed its certificate with a CA cert that is too new for debian:6.

In order to solve this once and for all this PR moves the curl and openssl downloads to a new  ubuntu:20.04 "stage-0" docker build and copies the downloaded tarballs over to build them in the "stage-1" debian:6 context. It also downloads the cacert.pem file from the curl website and uses it by pointing the `CURL_CA_BUNDLE` environment variable to it.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/mod.rs')
0 files changed, 0 insertions, 0 deletions