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

推荐订阅源

博客园 - 三生石上(FineUI控件)
博客园 - 叶小钗
博客园 - 聂微东
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
IT之家
IT之家
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
I
InfoQ
爱范儿
爱范儿
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
U
Unit 42
酷 壳 – CoolShell
酷 壳 – CoolShell
腾讯CDC
F
Fortinet All Blogs
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理

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
Evaluating GitHub Actions | Inside Rust Blog
Pietro Albini on behalf of the infrastructure team · 2019-11-14 · via Rust Blog

The Rust Infrastructure team is happy to announce that we’re starting an evaluation of GitHub Actions as a replacement for Azure Pipelines as the CI provider of the rust-lang/rust repository.

We’ve been part of the beta of GitHub Actions since the beginning, following its development closely and testing it on a lot of smaller repositories in our organization, and we’re really satisfied so far with the product. GitHub Actions provides most of the features we love about Azure Pipelines, while being integrated with GitHub’s UI, permissions and workflows.

GitHub has also offered to sponsor a dedicated pool of builders with increased resources. Our extensive but time-consuming CI is one of the major pain points for compiler contributors, and the additional resources have the potential to drastically improve our developers’ experience. We have achieved 60% faster builds in preliminary testing thanks to the increased core count in the dedicated builder pool, and there is still large room to parallelize and finish builds even faster.

Our plan is to start running GitHub Actions in parallel with Azure Pipelines in the next few weeks, and we’ll keep the community updated as we learn more.


[Update] Some members of the community asked why we're considering to switch away from Azure Pipelines so soon after migrating to it. We want to reaffirm that we're happy with Pipelines as a product, but both Microsoft and GitHub asked us to try GitHub Actions because it's more closely integrated into the GitHub workflow that we already use. After we used it for a while in other repositories we were satisfied enough to start evaluating a migration for rustc's CI.