Skip to content

Commit ca2b07c

Browse files
committed
reimpl
1 parent 32c1c2e commit ca2b07c

File tree

7 files changed

+368
-400
lines changed

7 files changed

+368
-400
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dev_python.override(
126126
register_all_versions = True,
127127
)
128128

129-
# Necessary so single_platform_override with a new version works
129+
# Necessary so single_version_platform_override with a new version works
130130
dev_python.toolchain(python_version = "3.13")
131131

132132
# For testing an arbitrary runtime triggered by a custom flag.

docs/toolchains.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,12 @@ python.single_version_platform_override(
275275
],
276276
urls = ["https://github.com/astral-sh/python-build-standalone/releases/download/20250409/cpython-3.13.3+20250409-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz"],
277277
)
278-
279278
# File: //:BUILD.bazel
280-
281279
load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
282280
string_flag(
283281
name = "custom_runtime",
284282
build_setting_default = "",
285283
)
286-
287284
config_setting(
288285
name = "is_custom_runtime_linux-x86-install-only-stripped",
289286
flag_values = {

0 commit comments

Comments
 (0)