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

推荐订阅源

月光博客
月光博客
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
T
Tailwind CSS Blog
博客园_首页
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
V2EX
J
Java Code Geeks
量子位
D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
C
Check Point Blog
V
Visual Studio Blog
H
Help Net Security
Recent Announcements
Recent Announcements
Engineering at Meta
Engineering at Meta

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-11-12 Infrastructure Team Meeting | Inside Rust Blog
Pietro Albini on behalf of the infrastructure team · 2019-11-18 · via Rust Blog

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

Rust 1.14.0 Cargo artifacts on the rust-lang-ci S3 bucket

Following on last meeting’s topics, pietroalbini investigated whether it would be possible to redirect requests for Cargo 1.14.0 from the rust-lang-ci S3 bucket to our CDN. The answer is no, as the S3 support for redirects requires a different endpoint than the one included in the manifest. The two main courses of action were to do nothing (keeping the files in the rust-lang-ci S3 bucket), or to rewrite and resign the manifest of Rust 1.14.0 to point to the CDN.

Mark-Simulacrum was in favor of doing nothing, but pietroalbini pointed out keeping releases in two different places will make mirroring and caching efforts more complex, as mirror authors will have to special-case a separate domain just for a release. We then decided to rewrite and resign the manifest.

shepmaster proposed to add a test somewhere to ensure this doesn’t happen again, but nobody on the team had the time to do this. If someone is interested please ask in the infra channel.

Deduplicating CI configuration on GitHub Actions

One issue about GitHub Actions is it doesn’t allow to include shared pieces of configuration into workflows, forcing us to duplicate (for example) the steps needed to complete a build. pietroalbini investigated a few ways to work around the limitation, and the options he presented during the meeting are either writing our own configuration format and having a tool generate the GitHub Actions configuration from it, or duplicating the configuration manually and having a tool to ensure the manually duplicated things don’t diverge.

The rest of the team expressed concerns with generating the configuration, as using the generator adds even more complexity to our already complex CI. On the other hand pietroalbini didn’t like the tool to ensure the configuration doesn’t diverge, as that would make changes to the CI configuration harder for the people doing it. The agreement in the meeting is that pietroalbini will try to create other proof of concepts, hoping to find a better solution.

New server for perf

alexcrichton didn’t hear back from Hetzner about the new perf server yet.