Open madsmtm opened 2 months ago
This is possibly related to uv
I'm guessing, because that is no longer the standard python 3.10 environment right?
Well, define "standard python 3.10 environment" on a machine that doesn't have Python 3.10 by default. But yeah, it's probable that that's the reason.
I tried running this test on 02b1be16c65e5716ade771afde7116ebdfbf9b4a:
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