Skip to content

Commit 828799d

Browse files
1 parent 94947cd commit 828799d

File tree

6 files changed

+78
-1
lines changed

6 files changed

+78
-1
lines changed

modules/tar.bzl/0.5.6/MODULE.bazel

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
"Bazel dependencies"
2+
3+
module(
4+
name = "tar.bzl",
5+
compatibility_level = 1,
6+
version = "0.5.6",
7+
)
8+
9+
bazel_dep(name = "bazel_features", version = "1.34.0")
10+
bazel_dep(name = "aspect_bazel_lib", version = "2.19.3")
11+
bazel_dep(name = "bazel_skylib", version = "1.4.1")
12+
bazel_dep(name = "gawk", version = "5.3.2.bcr.1")
13+
bazel_dep(name = "platforms", version = "0.0.11")
14+
15+
bazel_dep(name = "bazelrc-preset.bzl", version = "1.2.0", dev_dependency = True)
16+
bazel_dep(name = "buildifier_prebuilt", version = "8.0.3", dev_dependency = True)
17+
bazel_dep(name = "rules_shell", version = "0.4.0", dev_dependency = True)
18+
19+
toolchains = use_extension("//tar:extensions.bzl", "toolchains")
20+
use_repo(toolchains, "bsd_tar_toolchains")
21+
22+
register_toolchains("@bsd_tar_toolchains//:all")
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
3+
"attestations": {
4+
"source.json": {
5+
"url": "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.5.6/source.json.intoto.jsonl",
6+
"integrity": "sha256-iQW98CO/DgLvpXbGZ702R0l5gxpHXUc5SWl4VC9IIPQ="
7+
},
8+
"MODULE.bazel": {
9+
"url": "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.5.6/MODULE.bazel.intoto.jsonl",
10+
"integrity": "sha256-5VXA2cwZZMTznk7huFcP2qWihfw1CfY+YLINz4IvPII="
11+
},
12+
"tar.bzl-v0.5.6.tar.gz": {
13+
"url": "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.5.6/tar.bzl-v0.5.6.tar.gz.intoto.jsonl",
14+
"integrity": "sha256-TW7g0uKdtWQ2G7NU9Za4mGU1MZ1HDOlWy78XaE4Zcko="
15+
}
16+
}
17+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -2,8 +2,9 @@
5+
6+
module(
7+
name = "tar.bzl",
8+
compatibility_level = 1,
9+
+ version = "0.5.6",
10+
)
11+
12+
bazel_dep(name = "bazel_features", version = "1.34.0")
13+
bazel_dep(name = "aspect_bazel_lib", version = "2.19.3")
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
bcr_test_module:
2+
module_path: "e2e/smoke"
3+
matrix:
4+
# TODO(alex): add windows.
5+
# bazel-lib was only testing e2e/smoke on windows, which is missing tar coverage
6+
platform: ["debian10", "macos", "ubuntu2004"]
7+
bazel: ["rolling", "8.x", "7.x"]
8+
tasks:
9+
run_tests:
10+
name: "Run test module"
11+
platform: ${{ platform }}
12+
bazel: ${{ bazel }}
13+
test_targets:
14+
- "//..."

modules/tar.bzl/0.5.6/source.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"integrity": "sha256-KaPJnCjeyl+CReL8Mv/bmcHqaTFkYnGPO+v/9EHTbko=",
3+
"strip_prefix": "tar.bzl-0.5.6",
4+
"docs_url": "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.5.6/tar.bzl-v0.5.6.docs.tar.gz",
5+
"url": "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.5.6/tar.bzl-v0.5.6.tar.gz",
6+
"patches": {
7+
"module_dot_bazel_version.patch": "sha256-ETVPyJThSqCIGTGWRKUS4fKZsqdTUtYBxvvk2NkfPLE="
8+
},
9+
"patch_strip": 1
10+
}

modules/tar.bzl/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"0.5.2",
2828
"0.5.3",
2929
"0.5.4",
30-
"0.5.5"
30+
"0.5.5",
31+
"0.5.6"
3132
],
3233
"yanked_versions": {}
3334
}

0 commit comments

Comments
 (0)