Skip to content

Commit

Permalink
Test rules_swift bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed May 28, 2024
1 parent 236e784 commit 878e81b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ bazel_dep(name = "apple_support", version = "1.15.1", repo_name = "build_bazel_a
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift")
git_override(
module_name = "rules_swift",
commit = "8c144a2c28af3af7b78b5fd679550e6783a19194",
remote = "https://github.com/bazelbuild/rules_swift",
)

bazel_dep(
name = "stardoc",
Expand Down
4 changes: 2 additions & 2 deletions apple/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ def apple_rules_dependencies(ignore_version_differences = False, include_bzlmod_
_maybe(
http_archive,
name = "build_bazel_rules_swift",
sha256 = "bb01097c7c7a1407f8ad49a1a0b1960655cf823c26ad2782d0b7d15b323838e2",
url = "https://github.com/bazelbuild/rules_swift/releases/download/1.18.0/rules_swift.1.18.0.tar.gz",
# sha256 = "bb01097c7c7a1407f8ad49a1a0b1960655cf823c26ad2782d0b7d15b323838e2",
url = "https://github.com/bazelbuild/rules_swift/archive/8c144a2c28af3af7b78b5fd679550e6783a19194.tar.gz",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit 878e81b

Please sign in to comment.