github bazelbuild/apple_support 1.24.3

16 hours ago

What's Changed

  • Skip post-processing binary with no -o flag by @keith in #479

Full Changelog: 1.24.2...1.24.3

This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.

MODULE.bazel Snippet

bazel_dep(name = "apple_support", version = "1.24.3", repo_name = "build_bazel_apple_support")

Workspace Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "build_bazel_apple_support",
    sha256 = "85a7dc13e370f355bf00381238d1cba56450d3e598566b8c52d90ddf301c5dfb",
    url = "https://github.com/bazelbuild/apple_support/releases/download/1.24.3/apple_support.1.24.3.tar.gz",
)

load(
    "@build_bazel_apple_support//lib:repositories.bzl",
    "apple_support_dependencies",
)

apple_support_dependencies()

load("@bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()

Don't miss a new apple_support release

NewReleases is sending notifications on new releases.