Ignas Anikevicius

Results 504 comments of Ignas Anikevicius

The legacy toolchain removal is tracked as part of https://github.com/bazel-contrib/rules_python/issues/2704, so this issue can stay open if we want to continue discussing how we set the defaults for future. The...

> @aignas nit: can you use a bullet list for the issue so github magically display the title ? ;) You can hover on the link to see the title....

In general, I think it is a valid request, if users are using non-hermetic toolchains but want to build docker images, there still should be a way. Which toolchain are...

Ah, so you are using the hermetic toolchain, but you want to replace it during packaging? Are you concerned that the thing you are packaging is not strictly the same...

FYI, The `tar.bzl` and `rules_oci` example shows how to put the interpreter in a separate layer.

I would have said that no. Do you think doing a release in early January be good enough, or do we need to backport the PR in question to 1.7...

FYI, @rickeylev, @alexeagle , we can continue talking about re-enabling the script=bootstrap by default for bazel 8+ here. Is there a good way to detect that we are running on...

I think we merged a PR recently to fix the builds for BCR, do we still need this?

Ah, so this is for windows + bazel 8 testing for the gazelle plugin. SGTM then.

It is `--@rules_python//python/config_settings:venv_site_packages=yes`, it is going to use the codepaths introduced in #2156 to build a virtualenv just like what a `venv` or `uv` tool would.