File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,6 +83,13 @@ http_archive(
8383 build_file = "//third_party/pybind11:BUILD.bzl" ,
8484)
8585
86+ http_archive (
87+ name = "rules_shell" ,
88+ sha256 = "bc61ef94facc78e20a645726f64756e5e285a045037c7a61f65af2941f4c25e1" ,
89+ strip_prefix = "rules_shell-0.4.1" ,
90+ url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.4.1/rules_shell-v0.4.1.tar.gz" ,
91+ )
92+
8693# Initialize hermetic Python
8794load ("@org_tensorflow//third_party/py:python_init_rules.bzl" , "python_init_rules" )
8895
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set -e -x
88
99# If a specific PYTHON_VERSION is specified, only build that one.
1010# Otherwisebuild all supported versions.
11- python_versions=(" 3.9 " " 3. 10" " 3.11" " 3.12" )
11+ python_versions=(" 3.10" " 3.11" " 3.12" )
1212if [[ ! -z ${PYTHON_VERSION+x} ]]; then
1313 python_versions=(" $PYTHON_VERSION " )
1414fi
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ cc_library(
2424 includes = ["include" ],
2525 strip_include_prefix = "include" ,
2626 deps = [
27- "@org_tensorflow //third_party/python_runtime:headers" ,
27+ "@local_xla //third_party/python_runtime:headers" ,
2828 ],
2929)
You can’t perform that action at this time.
0 commit comments