Skip to content

Commit c17cc2c

Browse files
committed
Added comment for workaround
1 parent 13c75db commit c17cc2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exaudfclient/base/MODULE.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ module(name="exaudfclient_base", version = "1.0")
33
bazel_dep(name = "bazel_skylib", version = "1.7.1")
44
bazel_dep(name = "googletest", version = "1.15.0")
55
bazel_dep(name = "rules_jvm_external", version = "6.2")
6+
7+
# The following is necessary to build the UDF client for Java
8+
# Since Bazel >8 the Python hermetic build rules must not run as root
9+
# However, since the UDF client is built as root in a docker container
10+
# we must disable this behavior. The only way is to configure the Python hermetic toolchain
611
bazel_dep(name = "rules_python", version = "1.7.0")
712

813
python = use_extension("@rules_python//python/extensions:python.bzl", "python")

0 commit comments

Comments
 (0)