Skip to content

Commit

Permalink
apple_support@1.15.1 (#1738)
Browse files Browse the repository at this point in the history
Release: https://github.com/bazelbuild/apple_support/releases/tag/1.15.1

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

Co-authored-by: Patrick Balestra <me@patrickbalestra.com>
  • Loading branch information
publish-to-bcr-bot[bot] and BalestraPatrick committed Apr 1, 2024
1 parent f4780f9 commit 6f6839e
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 1 deletion.
22 changes: 22 additions & 0 deletions modules/apple_support/1.15.1/MODULE.bazel
@@ -0,0 +1,22 @@
module(
name = "apple_support",
version = "1.15.1",
bazel_compatibility = [">=6.0.0"],
compatibility_level = 1,
repo_name = "build_bazel_apple_support",
)

bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "platforms", version = "0.0.9")

bazel_dep(
name = "stardoc",
version = "0.6.2",
dev_dependency = True,
repo_name = "io_bazel_stardoc",
)

apple_cc_configure = use_extension("//crosstool:setup.bzl", "apple_cc_configure_extension")
use_repo(apple_cc_configure, "local_config_apple_cc", "local_config_apple_cc_toolchains")

register_toolchains("@local_config_apple_cc_toolchains//:all")
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "apple_support",
- version = "0",
+ version = "1.15.1",
bazel_compatibility = [">=6.0.0"],
compatibility_level = 1,
repo_name = "build_bazel_apple_support",
)
40 changes: 40 additions & 0 deletions modules/apple_support/1.15.1/presubmit.yml
@@ -0,0 +1,40 @@
matrix:
bazel: ["7.x", "rolling"]

tasks:
verify_targets:
name: "Build targets under //lib"
platform: ubuntu2004
bazel: ${{ bazel }}
build_targets:
- '@apple_support//lib/...'
run_tests_6.x:
name: "Run test targets"
platform: "macos_arm64"
bazel: 6.x
build_targets:
- '@apple_support//lib/...'
test_targets:
- '@apple_support//test/...'
- '--'
# Needs the new toolchain
- '-@apple_support//test:linking_disable_objc_apple_link_test'
- '-@apple_support//test:linking_dead_strip_requested_test'
- '-@apple_support//test:linking_opt_link_test'
- '-@apple_support//test:binary_watchos_device_arm64e_test'
- '-@apple_support//test:binary_watchos_device_arm64_test'
# Needs visionOS SDK
- '-@apple_support//test:binary_visionos_arm64_simulator_test'
- '-@apple_support//test:binary_visionos_device_test'
run_tests:
name: "Run test targets"
platform: "macos_arm64"
bazel: ${{ bazel }}
build_targets:
- '@apple_support//lib/...'
test_targets:
- '@apple_support//test/...'
- '--'
# Needs visionOS SDK
- '-@apple_support//test:binary_visionos_arm64_simulator_test'
- '-@apple_support//test:binary_visionos_device_test'
9 changes: 9 additions & 0 deletions modules/apple_support/1.15.1/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-xLsrc2fEhDgjAK7nW+WYuS+EeJb7MbvSLzojRq32aoA=",
"strip_prefix": "",
"url": "https://github.com/bazelbuild/apple_support/releases/download/1.15.1/apple_support.1.15.1.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-FvMGp1f0FT1IT38LFbWGUqe5fukTvEyug2Puhimca74="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/apple_support/metadata.json
Expand Up @@ -36,7 +36,8 @@
"1.11.1",
"1.12.0",
"1.13.0",
"1.14.0"
"1.14.0",
"1.15.1"
],
"yanked_versions": {}
}

0 comments on commit 6f6839e

Please sign in to comment.