apache/gravitino
在 GitHub 查看[Subtask] Use Rust Gradle plugin improve Rust compile script
Open
#5,743 创建于 2024年12月3日
good first issuehelp wantedsubtask
仓库指标
- Star
- (3,058 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Describe the subtask
Now, Gravitino filesystem fuse model uses a script to run the Rust command to compile, test, check code style, and more...
We better use Rust Gradle plugin to manage and compile filesystem-fuse model. We can refer these project:
- https://stardust-enterprises.github.io/gradle-rust/
- https://github.com/stardust-enterprises/gradle-rust
- https://github.com/stardust-enterprises/gradle-rust-example
- https://github.com/liurenjie1024/rust-gradle-plugin
- https://github.com/search?q=rust%20gradle&type=repositories
- https://plugins.gradle.org/search?term=rust
Parent issue
#5504