Provide a granular way to depend on OS / Architecture #1315
Labels
area: caching
Issues reported about incorrect cache hits or misses
area: ergonomics
Issues and features impacting the developer experience of using turbo
linear: turbo
Issues to sync to Linear for Turborepo team
needs: investigation
The bug / idea needs more investigation
Describe the feature you'd like to request
Some tasks, particularly tests and builds for non-frontend, non-backend binaries, behave differently on different OSes and architectures.
turbo
should be able to be easily configured to not cache results across platforms / architecturesDescribe the solution you'd like
Most likely something in
turbo.json
to apply either monorepo-wide or per-task.Describe alternatives you've considered
Environment variables can be used, but require every person or process who interacts with
turbo
to have them set appropriately.TURBO-2047
The text was updated successfully, but these errors were encountered: