这是indexloc提供的服务,不要输入任何密码
Skip to content

1.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 02:16
· 38 commits to master since this release
92cef2e

What's Changed

  • Remove no_uuid and codesigning workarounds when building wrapped_clang. by @mkosiba in #373
  • Fix when libtool is called from a location other than Bazel’s execution root by @brentleyjones in #375

New Contributors

Full Changelog: 1.18.1...1.19.0

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

MODULE.bazel Snippet

bazel_dep(name = "apple_support", version = "1.19.0", 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 = "dca96682317cc7112e6fae87332e13a8fefbc232354c2939b11b3e06c09e5949",
    url = "https://github.com/bazelbuild/apple_support/releases/download/1.19.0/apple_support.1.19.0.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()