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

推荐订阅源

S
SegmentFault 最新的问题
G
Google Developers Blog
H
Help Net Security
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog RSS Feed
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
D
Docker
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
博客园 - 司徒正美
Last Week in AI
Last Week in AI
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence

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

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

News from the team

  • All the AWS resources related to the bastion are now managed with Terraform. The documentation on how to add whitelisted IPs has also been updated.
  • Crater agents are now deployed with Ansible, and the related AWS resources are now managed with Terraform. Agents are configured to check for updates every 5 minutes.
  • There was an outage of docs.rs on Sunday night, the postmortem is going to be published soon on the "Inside Rust" blog and work on the action items from it is ongoing.

Putting a CDN in front of the CI S3 buckets (pietroalbini)

After an audit of our bandwidth usage for the rust-lang-ci-sccache2 and rust-lang-ci-mirrors S3 buckets we discovered CI is pulling respectively 8.3 TB and 1.4 TB from them each month. Egress from S3 is pricey (0.09$/GB), while for us egress from CloudFront is way cheaper (0.04$/month, as across all of our distributions we transfer out more than 150 TB each month). Putting CloudFront in front of them is going to save us an estimate of 485$/month.

Thankfully all the data in those buckets is immutable (mirrors are versioned and all caches are addressed by hash), so there are not going to be any problems due to cache invalidation. Sccache doesn’t support querying a CDN yet but aidanhs is going to write some pointers and pietroalbini is going to do the implementation work. The caches CDN is also going to query a new rust-lang-ci-caches bucket, to avoid the old naming scheme.

pietroalbini already setup ci-mirrors.rust-lang.org, and is going to do the implementation work to both create a CDN distribution for caches and switch the CI to query the CDN.

Moving infra documentation to the forge (pietroalbini)

There is an effort in the project to centralize all the internal documentation on the forge. pietroalbini proposed to move all the infra team documentation to it. Everyone agreed, as we find value in having everything reachable in a single place. aidanhs pointed out that meeting minutes should not be migrated on the forge.

Next meeting time

Europe will switch DST next week, so the next meeting will be at -1 hours for europeans and at the same time for everyone else on the team.