Minor crimes to deal with platform-variable pythons
This commit is contained in:
parent
51802b46b6
commit
dadd039a84
3 changed files with 33 additions and 10 deletions
tools/python
|
@ -12,12 +12,13 @@ exports_files([
|
|||
"defs.bzl",
|
||||
"bzl_pytest_shim.py",
|
||||
"bzl_unittest_shim.py",
|
||||
"pythonshim",
|
||||
])
|
||||
|
||||
py_runtime(
|
||||
name = "python3_runtime",
|
||||
files = [],
|
||||
interpreter_path = "/usr/bin/python3.10",
|
||||
interpreter = ":pythonshim",
|
||||
python_version = "PY3",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue