Skip to content

Commit 6f6839e

Browse files
1 parent f4780f9 commit 6f6839e

File tree

5 files changed

+85
-1
lines changed

5 files changed

+85
-1
lines changed

Diff for: modules/apple_support/1.15.1/MODULE.bazel

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
module(
2+
name = "apple_support",
3+
version = "1.15.1",
4+
bazel_compatibility = [">=6.0.0"],
5+
compatibility_level = 1,
6+
repo_name = "build_bazel_apple_support",
7+
)
8+
9+
bazel_dep(name = "bazel_skylib", version = "1.3.0")
10+
bazel_dep(name = "platforms", version = "0.0.9")
11+
12+
bazel_dep(
13+
name = "stardoc",
14+
version = "0.6.2",
15+
dev_dependency = True,
16+
repo_name = "io_bazel_stardoc",
17+
)
18+
19+
apple_cc_configure = use_extension("//crosstool:setup.bzl", "apple_cc_configure_extension")
20+
use_repo(apple_cc_configure, "local_config_apple_cc", "local_config_apple_cc_toolchains")
21+
22+
register_toolchains("@local_config_apple_cc_toolchains//:all")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -1,7 +1,7 @@
5+
module(
6+
name = "apple_support",
7+
- version = "0",
8+
+ version = "1.15.1",
9+
bazel_compatibility = [">=6.0.0"],
10+
compatibility_level = 1,
11+
repo_name = "build_bazel_apple_support",
12+
)

Diff for: modules/apple_support/1.15.1/presubmit.yml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
matrix:
2+
bazel: ["7.x", "rolling"]
3+
4+
tasks:
5+
verify_targets:
6+
name: "Build targets under //lib"
7+
platform: ubuntu2004
8+
bazel: ${{ bazel }}
9+
build_targets:
10+
- '@apple_support//lib/...'
11+
run_tests_6.x:
12+
name: "Run test targets"
13+
platform: "macos_arm64"
14+
bazel: 6.x
15+
build_targets:
16+
- '@apple_support//lib/...'
17+
test_targets:
18+
- '@apple_support//test/...'
19+
- '--'
20+
# Needs the new toolchain
21+
- '-@apple_support//test:linking_disable_objc_apple_link_test'
22+
- '-@apple_support//test:linking_dead_strip_requested_test'
23+
- '-@apple_support//test:linking_opt_link_test'
24+
- '-@apple_support//test:binary_watchos_device_arm64e_test'
25+
- '-@apple_support//test:binary_watchos_device_arm64_test'
26+
# Needs visionOS SDK
27+
- '-@apple_support//test:binary_visionos_arm64_simulator_test'
28+
- '-@apple_support//test:binary_visionos_device_test'
29+
run_tests:
30+
name: "Run test targets"
31+
platform: "macos_arm64"
32+
bazel: ${{ bazel }}
33+
build_targets:
34+
- '@apple_support//lib/...'
35+
test_targets:
36+
- '@apple_support//test/...'
37+
- '--'
38+
# Needs visionOS SDK
39+
- '-@apple_support//test:binary_visionos_arm64_simulator_test'
40+
- '-@apple_support//test:binary_visionos_device_test'

Diff for: modules/apple_support/1.15.1/source.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-xLsrc2fEhDgjAK7nW+WYuS+EeJb7MbvSLzojRq32aoA=",
3+
"strip_prefix": "",
4+
"url": "https://github.com/bazelbuild/apple_support/releases/download/1.15.1/apple_support.1.15.1.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-FvMGp1f0FT1IT38LFbWGUqe5fukTvEyug2Puhimca74="
7+
},
8+
"patch_strip": 1
9+
}

Diff for: modules/apple_support/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"1.11.1",
3737
"1.12.0",
3838
"1.13.0",
39-
"1.14.0"
39+
"1.14.0",
40+
"1.15.1"
4041
],
4142
"yanked_versions": {}
4243
}

0 commit comments

Comments
 (0)