Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: differentiate rust changes from building turbo (vercel#8001)
### Description This PR adds a new dummy task that will be invalidated whenever turborepo related Rust code changes. I noticed we were building the `turbo` binary when running our [JS tests](https://github.com/vercel/turbo/actions/runs/8724966454/job/23936836212#step:6:993). This is due to `turborepo-repository` depending on `cli#build`, but I believe that we really just want it invalidate on any Rust code changes. ### Testing Instructions Verify that updating a Rust file causes a cache miss for both `turbo build --filter=cli` and `turbo build --filter=turborepo-repository`. Closes TURBO-2837
- Loading branch information