rust-lang / wg-cargo-std-aware

Repo for working on "std aware cargo"
133 stars 8 forks source link

Figure out rust-lang/rust testing strategy #85

Open ehuss opened 1 year ago

ehuss commented 1 year ago

I think it will be important for build-std to be tested in the rust-lang/rust CI. However, since the cargo side is so tightly coupled with the structure of the std source tree, that will make things difficult (particularly if a change needs to happen in both repos).

Some rough thoughts and ideas:

Subtrees seem to be the most feasible solution, but I'm not particularly excited about them.