Skip to content

Commit

Permalink
Enable Starlark py_runtime.
Browse files Browse the repository at this point in the history
I manually built a Bazel and ran tests in rules_python with it; looks to be OK.

Work towards #15897

PiperOrigin-RevId: 485978566
Change-Id: I79c209b095492c39b1fff97091425fc7af486b12
  • Loading branch information
rickeylev authored and Copybara-Service committed Nov 3, 2022
1 parent a159330 commit 9a64b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/builtins_bzl/common/exports.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exported_rules = {
"+cc_test": cc_test,
"+cc_library": cc_library,
"proto_lang_toolchain": proto_lang_toolchain,
"-py_runtime": py_runtime,
"+py_runtime": py_runtime,
}

# A list of Starlark functions callable from native rules implementation.
Expand Down

0 comments on commit 9a64b6a

Please sign in to comment.