bootstrap/configure.py: targets with a dot in the name prevent finding the correct target section in config.toml.example
#130602
Labels
C-bug
Category: This is a bug.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
When passing
--set
arguments to the configure script, the targets will be incorrectly detected when they include a dot in the name. An example would bethumbv8m.main
. Thus, when using a command line such asthis error will be triggered:
This is related to #97263 and #105920. I think there might be three different solutions:
Output:
Resulting in:
I'm wiling to work on this issue but I'd need to know what approach would be preferred.
The text was updated successfully, but these errors were encountered: