google/comprehensive-rust

Rewrite CI to only test languages that have actually changed

已關閉

#1,168 建立於 2023年9月5日

 (2 則留言) (0 個反應) (0 位負責人)Rust (2,009 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (32,954 顆星)
PR 合併指標
 (平均合併 9天 23小時) (30 天內合併 36 個 PR)

描述

We currently build and test all translations — resulting in some 32 GitHub workflows being executed per PR. This is often unnecessary when only the original English text changes.

I'm considering if it would be worth it to use a big build system such as Bazel. This would allow us to get very fine-grained dependency tracking and this would allow us to skip unnecessary steps. However, I believe it will be significantly more complex to maintain the build system files that way.

Thoughts or ideas?

貢獻者指南