Skip to content

Commit

Permalink
Publish opicaud/rules_pact@v1.1.9 (#1101)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Picaud <olivier.picaud@trackclear.be>
  • Loading branch information
publish-to-bcr-bot[bot] and opicaud committed Nov 7, 2023
1 parent 7511b08 commit 633c718
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
26 changes: 26 additions & 0 deletions modules/rules_pact/1.1.9/MODULE.bazel
@@ -0,0 +1,26 @@
module(
name="rules_pact",
version="1.1.9",
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "stardoc", version = "0.6.2")
bazel_dep(name = "bazel_skylib", version = "1.4.2")

rules_pact = use_extension("@rules_pact//:extensions.bzl", "rules_pact")
rules_pact.options()
use_repo(
rules_pact,
"pact_protobuf_plugin_archive_darwin_amd64",
"pact_protobuf_plugin_archive_linux_amd64",
"pact_plugin_json_archive",
"pact_verifier_cli_archive_darwin_amd64",
"pact_verifier_cli_archive_linux_amd64",
"pact_ffi_archive_darwin_amd64",
"pact_ffi_archive_linux_amd64",
"pact_protobuf_plugin_osx_x86_64_toolchain",
"pact_protobuf_plugin_linux_x86_64_toolchain",
"pact_reference_osx_x86_64_toolchain",
"pact_reference_linux_x86_64_toolchain"
)
10 changes: 10 additions & 0 deletions modules/rules_pact/1.1.9/presubmit.yml
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: "."
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/rules_pact/1.1.9/source.json
@@ -0,0 +1,5 @@
{
"integrity": "sha256-p2KwgXga8R+MCjUV2wl5G6B2caK0Mgw6Ja0s7xilLCQ=",
"strip_prefix": "rules_pact-1.1.9",
"url": "https://github.com/opicaud/rules_pact/releases/download/v1.1.9/rules_pact-v1.1.9.tar.gz"
}
17 changes: 17 additions & 0 deletions modules/rules_pact/metadata.json
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/opicaud/rules_pact",
"maintainers": [
{
"email": "olivier.picaud@trackclear.be",
"github": "opicaud",
"name": "Olivier Picaud"
}
],
"repository": [
"github:opicaud/rules_pact"
],
"versions": [
"1.1.9"
],
"yanked_versions": {}
}

0 comments on commit 633c718

Please sign in to comment.