Skip to content

Commit

Permalink
Publish aspect-build/toolchains_protoc@v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Nov 14, 2024
1 parent 5108001 commit be717e3
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 1 deletion.
23 changes: 23 additions & 0 deletions modules/toolchains_protoc/0.3.4/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"Bazel dependencies"

module(
name = "toolchains_protoc",
version = "0.3.4",
compatibility_level = 1,
)

bazel_dep(name = "bazel_features", version = "1.9.0")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "rules_proto", version = "6.0.0")
bazel_dep(name = "platforms", version = "0.0.10")

bazel_dep(name = "aspect_bazel_lib", version = "2.8.1", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)

protoc = use_extension("@toolchains_protoc//protoc:extensions.bzl", "protoc")
protoc.toolchain(
version = "v27.3",
)
use_repo(protoc, "toolchains_protoc_hub")

register_toolchains("@toolchains_protoc_hub//:all")
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,9 +1,9 @@
"Bazel dependencies"

module(
name = "toolchains_protoc",
- version = "0.0.0",
+ version = "0.3.4",
compatibility_level = 1,
)

bazel_dep(name = "bazel_features", version = "1.9.0")
12 changes: 12 additions & 0 deletions modules/toolchains_protoc/0.3.4/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bcr_test_module:
module_path: "e2e/smoke"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
bazel: ["7.x"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/toolchains_protoc/0.3.4/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-9zAszgHQDFL37YoDOj8TO9LJX5YI8+StfWn54awrDMA=",
"strip_prefix": "toolchains_protoc-0.3.4",
"url": "https://github.com/aspect-build/toolchains_protoc/releases/download/v0.3.4/toolchains_protoc-v0.3.4.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-YhsJt3i6yAfTfWyikuuN/OmVukO2lARQyv8egXhV58g="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/toolchains_protoc/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"0.3.0",
"0.3.1",
"0.3.2",
"0.3.3"
"0.3.3",
"0.3.4"
],
"yanked_versions": {}
}

0 comments on commit be717e3

Please sign in to comment.