jyn
jyn
@jdno have you seen https://github.com/rust-lang/simpleinfra/pull/132#discussion_r1000658197 ?
Looks great, thanks! My last comment is that https://github.com/rust-lang/rust/pull/103286 is landing soon - we may want to either wait until it lands so we can use the new sysroot names...
@jdno try this: ``` ; grep 'pub const VERSION' src/bootstrap/lib.rs | grep -o '[0-9]*' 2 ``` I can add a comment to bootstrap saying to keep the version in the...
> Decide if Cargo should pass mappings for transitive dependencies (currently it does not). This normally isn't an issue, but can arise for re-exports (see the alt_registry test for an...
Currently it's not recorded, but I think it's plausible to add :) cargo already sets it through CARGO_PKG_NAME so we just need to change rustc to add it to metadata.
@willcrichton just fyi - I would recommend trying to land the changes you have so far before trying to make more. This PR is already quite big and it's hard...
@imp here's what I did last time I upgraded the image: For each package that's been removed in the new version, - See which commit it was added in. a)...
Might be worth revisiting this now that https://github.com/bjorn3/rustc_codegen_cranelift/issues/6 is fixed :)
@Noah-Kennedy I have a trait that abstracts over different socket types.
Here's an example doing it with matrix and multiple jobs: https://github.com/deadlinks/cargo-deadlinks/commit/a259a191dd2ab57df1bf519b273064e1d7755cf9