-
Notifications
You must be signed in to change notification settings - Fork 14k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
Summary
Invoking x from a different directory does not (always) work as expected
Command used
git clone https://github.com/rust-lang/rust
rust/x check miriThis prints:
/usr/bin/python3: can't open file '/home/r/src/rust/tmp/rust\n/home/r/src/rust/tmp/rust/x.py': [Errno 2] No such file or directory
I don't know what's happening here but the literal \n in that string makes me think some escaping went wrong somewhere.
HEAD
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)