Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
2 people authored and aiuto committed Jul 10, 2024
1 parent 537d8d8 commit 11c38b4
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 1 deletion.
23 changes: 23 additions & 0 deletions modules/apple_support/1.16.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
module(
name = "apple_support",
version = "1.16.0",
bazel_compatibility = [">=6.0.0"],
compatibility_level = 1,
repo_name = "build_bazel_apple_support",
)

bazel_dep(name = "bazel_features", version = "1.10.0")
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")
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "apple_support",
- version = "0",
+ version = "1.16.0",
bazel_compatibility = [">=6.0.0"],
compatibility_level = 1,
repo_name = "build_bazel_apple_support",
)
22 changes: 22 additions & 0 deletions modules/apple_support/1.16.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
matrix:
bazel: ["7.x", "rolling"]

tasks:
verify_targets:
name: "Build targets under //lib"
platform: ubuntu2004
bazel: ${{ bazel }}
build_targets:
- '@apple_support//lib/...'
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.16.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-wxzo5TG1DvEzg5LuKd09s2iWaHAewyN7nGHiahk3qwc=",
"strip_prefix": "",
"url": "https://github.com/bazelbuild/apple_support/releases/download/1.16.0/apple_support.1.16.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-T2PMrL6Gg5lmiSIAFUDqU9SgDLcMo9WZ7+M3Uuw9Law="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/apple_support/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"1.12.0",
"1.13.0",
"1.14.0",
"1.15.1"
"1.15.1",
"1.16.0"
],
"yanked_versions": {}
}

0 comments on commit 11c38b4

Please sign in to comment.