Skip to content

Commit 82c7b7e

Browse files
committed
remove strip prefix arg, not used, causes error
1 parent 822f1d8 commit 82c7b7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration/local_toolchains/pbs_archive.bzl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def _pbs_archive_impl(repository_ctx):
2828
repository_ctx.download_and_extract(
2929
url = url,
3030
sha256 = sha256,
31-
strip_prefix = repository_ctx.attr.strip_prefix,
3231
)
3332

3433
repository_ctx.file("BUILD.bazel", BUILD_BAZEL)
@@ -40,9 +39,6 @@ pbs_archive = repository_rule(
4039
doc = "A dictionary of SHA256 checksums for the archives, keyed by OS name.",
4140
mandatory = True,
4241
),
43-
"strip_prefix": attr.string(
44-
doc = "The prefix to strip from the archive.",
45-
),
4642
"urls": attr.string_dict(
4743
doc = "A dictionary of URLs to the runtime archives, keyed by OS name (e.g., 'linux', 'windows').",
4844
mandatory = True,

0 commit comments

Comments
 (0)