simpleinfra
simpleinfra copied to clipboard
Rust Infrastructure automation
In https://github.com/rust-lang/simpleinfra/pull/108, @Mark-Simulacrum rightly pointed out that it would be better for rustdoc's static files to have hashes in the name, so we can confidently cache them immutably, knowing that...
SHA1 is now rejected by sequoia and rustup See https://www.reddit.com/r/rust/comments/10qlf1q/nightly_dc1d9d50f_20230131_signature_verification/ and https://github.com/rust-lang/rustup/issues/3185 Steps to reproduce the issue: ``` cargo install sequoia-sqv curl -O https://github.com/rust-lang/rustup/blob/master/src/rust-key.pgp.ascii curl -O https://static.rust-lang.org/dist/channel-rust-nightly.toml curl -O https://static.rust-lang.org/dist/channel-rust-nightly.toml.asc...
It looks like `dev-desktop-us-1.infra.rust-lang.org` has dual-stack networking: ``` $ host dev-desktop-us-1.infra.rust-lang.org dev-desktop-us-1.infra.rust-lang.org has address 44.204.37.156 dev-desktop-us-1.infra.rust-lang.org has IPv6 address 2600:1f18:619f:e701:fee2:1ae2:4384:ed4c ``` However, I don't get any response on IPv6. This...
r? @Mark-Simulacrum I didn't apply this yet.
Note that I have absolutely no idea if the content of this PR works or not since there does not seem to be a way for me to check this,...
Most of the Terraform providers in `/terraform` and `/terragrunt` are out-of-date, since we tend to only upgrade them when a new feature is required. Updating some providers, e.g. the AWS...
The infra-team recently [created an S3 bucket](https://github.com/rust-lang/simpleinfra/pull/413) for crates.io so that it can export its daily downloads statistics from the database. The crates.io team wants to make these statistics publicly...
The current version is 0.6.1 which is archaic in internet's timeframe, my config keeps breaking.
Closes #246 This became even more broken with rust-lang/rust#116196, which renamed `src/bootstrap/lib.rs`
When Rustup 1.27.1 was released, we [realized](https://rust-lang.zulipchat.com/#narrow/stream/241545-t-release/topic/Rustup.20v1.2E27.2E1) that the cache on Fastly wasn't purged. This caused users to still receive the previous version. #415 was created to track fixing this...