rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
170 stars 74 forks source link

Move GraphQL to a separate package. #1648

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

This moves the GraphQL definitions to a separate package. They are causing a significant impact on build times, and that can make working on triagebot a little frustrating. For me, the time for touch src/lib.rs && cargo check goes from about 14s to under 3s with this change.