Buck2 —— Rust 编写的高性能构建系统

479次阅读
没有评论

Buck2 是一个用 Rust 编写的大型高性能构建系统,是 Buck1 构建系统的继承者。

开始使用

Buck2 是用 Rust 编写的,它需要 rustup 来编译。

你可以从 Buck2 repo 的克隆中构建 Buck2:

git clone https://github.com/facebook/buck2.git
cd buck2/
cargo install –path=app/buck2

或者直接从 GitHub 上安装它:

rustup install nightly-2023-01-24
cargo +nightly-2023-01-24 install –git https://github.com/facebook/buck2.git buck2

Read More 

正文完
可以使用微信扫码关注公众号(ID:xzluomor)
post-qrcode
 
评论(没有评论)
Generated by Feedzy