Ignas Anikevicius

Results 504 comments of Ignas Anikevicius

I am not sure we can do it: 1. The `chmod` is there to make the filesystem read-only to avoid having `pyc` files in the toolchain and we run the...

One reservation that I have is that it suffers from the same problem - how do you handle downloading for the platform that is not the host platform. Then you...

The root cause of this is different from #2648. The reproduction is trying to include different versions for different target platforms and it seems that it is failing due to...

But to be fully correct we would have to first select the target platform and only then the wheel based config setting. That would be another solution to this problem.

> I hit what I assume is this same issue but a different set of constraints: @keith, this is a different issue, as this may happen without the experimental index...

Could you please check if #3058 resolves the original issue?

Just a heads up that I personally don't plan to work on this as all my bazel time allowance is consumed by rules_python. But if anyone wants me to test...

Yup, running with `CARGO_BAZEL_ISOLATED=false` fixes the problem I am seeing.

I don't think I see Windows ARM64 interpreter builds for indygreg even in the [latest] release, hence I am not sure if that is something that `rules_python` has to provide....

So since the interpreter bits have landed, it would be great if someone with time and such machine could step up to contribute to iron out the remaining issues.