Closed
Description
Notes to myself about what needs to happen:
- Move all target files into a single top-level directory. Update all
.cargo/config.toml
s to point to the files in this place instead. -> This gets rid of the symlinks thus fixing Windows build fails because of symlinked target files #29. - Do this cleanup to all our target files as well.
- Check remaining settings against current upstream defaults (after [AVR] Replace broken 'avr-unknown-unknown' target with 'avr-unknown-gnu-atmega328' target rust-lang/rust#74941)
- Think about maybe adding infrastructure for automatically deriving the target files from upstream defaults to reduce maintenance burden.
Metadata
Metadata
Assignees
Labels
No labels