I tried running this test on 02b1be1:
uv run --python 3.10 ./x.py test tests/run-make/apple-deployment-target
The compiler builds fine, but the test fails with the following message:
thread 'main' panicked at $WORKSPACE/tests/run-make/apple-deployment-target/rmake.rs:56:9:
failed to get output of finished process: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Which is really weird, because every file it uses is clearly available when I look through the directory.
I'm not yet sure if this is due to something specific to my setup, perhaps bootstrap doesn't like uv? Filing this bug mostly for myself to keep track of.
@rustbot label O-macos
I tried running this test on 02b1be1:
The compiler builds fine, but the test fails with the following message:
Which is really weird, because every file it uses is clearly available when I look through the directory.
I'm not yet sure if this is due to something specific to my setup, perhaps bootstrap doesn't like
uv? Filing this bug mostly for myself to keep track of.@rustbot label O-macos