惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
小众软件
小众软件
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
人人都是产品经理
人人都是产品经理
大猫的无限游戏
大猫的无限游戏
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
博客园 - 聂微东
S
SegmentFault 最新的问题
量子位
宝玉的分享
宝玉的分享
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页

Rust Blog

Security Advisory for Cargo (CVE-2026-5223) | Rust Blog Security Advisory for Cargo (CVE-2026-5222) | Rust Blog Project goals update — April 2026 (end of 2025H2) | Rust Blog Rust is participating in Outreachy | Rust Blog Raising the baseline for the `nvptx64-nvidia-cuda` target | Rust Blog Announcing Google Summer of Code 2026 selected projects | Rust Blog Announcing Rust 1.95.0 | Rust Blog docs.rs: building fewer targets by default | Rust Blog Changes to WebAssembly targets and handling undefined symbols | Rust Blog Announcing Rust 1.94.1 | Rust Blog Security advisory for Cargo | Rust Blog What we heard about Rust's challenges | Rust Blog Call for Testing: Build Dir Layout v2 | Rust Blog Announcing rustup 1.29.0 | Rust Blog Announcing Rust 1.94.0 | Rust Blog 2025 State of Rust Survey Results | Rust Blog Rust debugging survey 2026 | Rust Blog Update on the October 15, 2018 incident on crates.io Announcing Rust 1.29.2 Announcing Rust 1.29 Announcing Rust 1.28 What is Rust 2018? Announcing Rust 1.27.2 Announcing Rust 1.27.1 Security Advisory for rustdoc Announcing Rust 1.27 Announcing Rust 1.26.2 Announcing Rust 1.26.1 Rust turns three Announcing Rust 1.26
2019-10-29 Infrastructure Team Meeting | Inside Rust Blog
Pietro Albini on behalf of the infrastructure team · 2019-10-29 · via Rust Blog

Meeting run by Mark-Simulacrum. Minutes written by pietroalbini.
Attending: alexcrichton, kennytm, Mark-Simulacrum, pietroalbini, shepmaster
Start of the conversation

News from the team

  • A big PR moving most of the CI build environment preparation to standalone scripts finally landed! This will allow multiple other CI improvements down the line!

  • A crates.io staging environment behind CloudFront has been configured on staging.cratesio.com, testing the configuration before deploying it on the main domain. Please note the staging server is on a temporary domain and will be moved in the near future.

Rolling back the msys2 hack (P-high issue)

Last week there was an issue in our CI caused by a broken ca-certificates msys2 package, that caused all the windows builders to fail. To patch the problem an older version of that package was vendored and CI was configured to download it instead of the broken one. Now that upstream fixed the issue, pietroalbini will prepare PRs targeting both master and beta rolling back the temporary patch.

What to do with mirroring msys2/mingw?

The CI issue mentioned in the previous topic started thoughts about vendoring msys2 and MinGW as a whole, to prevent such issues from happening in the future. msys2 is a weird program to package as it’s more of a Linux-like distribution on Windows, with its own package manager based on tooling borrowed from Arch Linux.

Creating the initial mirrors is not trivial but doable, but the concern is how to keep them updated, because for example an outdated OpenSSL is really bad. mati865 suggested that other projects often tar the whole msys2 installation directory and periodically update that, and we’ll explore that. More discussion on the approach will likely happen on the PR implementing the changes.

Restricted AWS access for docs.rs operators

One of the issues exposed in the docs.rs outage postmortem was that the people in the docs.rs on-call rotation did not have access to the AWS resources part of docs.rs. pietroalbini proposed to give them limited access, namely to stop/start the EC2 instance and to inspect/change the underlying S3 storage bucket. Mark-Simulacrum thought the access was not needed in practice, and we agreed to revisit the topic if issues arise again.

New server for perf

To ensure consistent results the collector for perf.rust-lang.org needs to be on bare metal hardware, and until now it was a server lying under alexcrichton’s desk. The server will have to be moved by December though, and alexcrichton asked the team on feedback on what to do. There was consensus that the best solution is to look for a rented bare metal server, and pietroalbini will do an initial investigation.