rust-lang / rust-forge

Information useful to people contributing to Rust

Home Page:https://forge.rust-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Other Installation Methods not getting processed for deployment

hexdreamer opened this issue · comments

This document: https://github.com/rust-lang/rust-forge/blob/master/src/infra/other-installation-methods.md
Deploys as: https://forge.rust-lang.org/infra/other-installation-methods.html

One can see that the placeholders under Standalone Installers and Source code are not being replaced with the real content. You just continue to see:

{{#installer_table}}
{{#source_code_table}}

Also {{#rustup_init_list}}

This appears in the CI builds:

error[E0599]: no method named `disable_built_in_roots` found for struct `TlsConnectorBuilder` in the current scope
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.1/src/async_impl/client.rs:218:25
    |
218 |                     tls.disable_built_in_roots(!config.tls_built_in_root_certs);
    |                         ^^^^^^^^^^^^^^^^^^^^^^ method not found in `TlsConnectorBuilder`

error: aborting due to previous error

Seems to be seanmonstar/reqwest#1181

Thank you for your issue! This has been fixed this morning.