Skip to content

Commit

Permalink
bazelpods@1.12.1 (#1935)
Browse files Browse the repository at this point in the history
Release:
https://github.com/sergeykhliustin/BazelPods/releases/tag/1.12.1

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: publish-to-bcr-bot <112732530+publish-to-bcr-bot[bot]@users.noreply.github.com>
  • Loading branch information
publish-to-bcr-bot[bot] committed May 6, 2024
1 parent 9390f3f commit 11fd5c9
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 1 deletion.
44 changes: 44 additions & 0 deletions modules/bazelpods/1.12.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
module(
name = "bazelpods",
version = "1.12.1",
compatibility_level = 1,
bazel_compatibility = [">=6.0.0"],
repo_name = "bazelpods"
)

bazel_dep(
name = "apple_support",
version = "1.15.1",
repo_name = "build_bazel_apple_support",
)
bazel_dep(
name = "rules_apple",
version = "3.5.1",
repo_name = "build_bazel_rules_apple",
)
bazel_dep(
name = "rules_cc",
version = "0.0.9",
)
bazel_dep(
name = "rules_swift",
version = "1.18.0",
repo_name = "build_bazel_rules_swift",
)
bazel_dep(
name = "rules_ios",
version = "4.4.0",
repo_name = "build_bazel_rules_ios"
)

non_module_deps = use_extension(
"//:repositories.bzl",
"non_module_deps",
)
use_repo(non_module_deps, "bazelpods_swift_argument_parser")

bazel_dep(
name = "rules_xcodeproj",
version = "2.2.0",
dev_dependency=True
)
12 changes: 12 additions & 0 deletions modules/bazelpods/1.12.1/patches/module_dot_bazel_version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "bazelpods",
- version = "0.0.0",
+ version = "1.12.1",
compatibility_level = 1,
bazel_compatibility = [">=6.0.0"],
repo_name = "bazelpods"
)
12 changes: 12 additions & 0 deletions modules/bazelpods/1.12.1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
matrix:
bazel: ["6.x"]
platform: ["macos_arm64", "macos"]
tasks:
verify_build:
name: Verify Build
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@bazelpods//:bazelpods"
build_flags:
- "--enable_bzlmod"
9 changes: 9 additions & 0 deletions modules/bazelpods/1.12.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-niJnwTk17yK44Zyb3QbskGj66Tj6o8RvbDnU5AFR3pA=",
"strip_prefix": "",
"url": "https://github.com/sergeykhliustin/BazelPods/releases/download/1.12.1/release.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-EXeAfjHtGW45p9bvi45d6/NuOTyOmW1w0hy5YYsPy1g="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/bazelpods/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"github:sergeykhliustin/BazelPods"
],
"versions": [
"1.11.9"
"1.11.9",
"1.12.1"
],
"yanked_versions": {}
}

0 comments on commit 11fd5c9

Please sign in to comment.