-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Command used
git clone https://github.com/rust-lang/rust
mkdir sibling
cd sibling
touch miri
../rust/x check miriExpected behaviour
This should build Miri, just like cd ../rust && ./x check miri does.
Actual behaviour
ERROR: no `check` rules matched [/home/r/src/rust/tmp/sibling/miri]
This only happens when I do the touch miri to actually create a file with that name. It seems like when I pass a path that actually exists relative to my current directory to x, then it will turn this into an absolute path and then try to find a build target for that path which of course cannot work.
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)