Skip to content

Commit

Permalink
Add a drte python rules_python toolchain.
Browse files Browse the repository at this point in the history
Summary:
This works around bazelbuild/bazel#4815 and
also removes our dependcy on the system python which in general is a
good thing.
GitOrigin-RevId: 6aabd21482e39d0389945b05bdd6d87e3df2da09
  • Loading branch information
armooo authored and jhance committed Mar 3, 2022
1 parent 995f87b commit bbe1c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thirdparty/cpython/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@bazel_tools//tools/python:toolchain.bzl", "py_runtime_pair")
load(
"//build_tools/py:toolchain.bzl",
"CPYTHON_38_TOOLCHAIN_NAME",
Expand Down

0 comments on commit bbe1c80

Please sign in to comment.