We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c75db commit c17cc2cCopy full SHA for c17cc2c
exaudfclient/base/MODULE.bazel
@@ -3,6 +3,11 @@ module(name="exaudfclient_base", version = "1.0")
3
bazel_dep(name = "bazel_skylib", version = "1.7.1")
4
bazel_dep(name = "googletest", version = "1.15.0")
5
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
11
bazel_dep(name = "rules_python", version = "1.7.0")
12
13
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
0 commit comments