Skip to content

Commit

Permalink
keith/rules_apple_linker@0.3.1 (#582)
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Smiley <keithbsmiley@gmail.com>
  • Loading branch information
publish-to-bcr-bot[bot] and keith committed Apr 20, 2023
1 parent 4db96d8 commit 92d5b13
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 1 deletion.
24 changes: 24 additions & 0 deletions modules/rules_apple_linker/0.3.1/MODULE.bazel
@@ -0,0 +1,24 @@
module(
name = "rules_apple_linker",
version = "0.3.1",
compatibility_level = 1,
)

bazel_dep(name = "apple_support", version = "1.4.1", dev_dependency = True, repo_name = "build_bazel_apple_support")
bazel_dep(name = "bazel_skylib", version = "1.3.0", dev_dependency = True)
bazel_dep(name = "rules_apple", version = "2.1.0", dev_dependency = True, repo_name = "build_bazel_rules_apple")
bazel_dep(name = "rules_swift", version = "1.6.0", dev_dependency = True, repo_name = "build_bazel_rules_swift")

non_module_deps = use_extension("//:deps.bzl", "linker_deps")
use_repo(
non_module_deps,
"rules_apple_linker_lld",
"rules_apple_linker_zld",
)

apple_cc_configure = use_extension(
"@build_bazel_apple_support//crosstool:setup.bzl",
"apple_cc_configure_extension",
dev_dependency = True,
)
use_repo(apple_cc_configure, "local_config_apple_cc")
@@ -0,0 +1,13 @@
Index: MODULE.bazel
===================================================================
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_apple_linker",
- version = "0.3.0",
+ version = "0.3.1",
compatibility_level = 1,
)

bazel_dep(name = "apple_support", version = "1.4.1", dev_dependency = True, repo_name = "build_bazel_apple_support")
18 changes: 18 additions & 0 deletions modules/rules_apple_linker/0.3.1/presubmit.yml
@@ -0,0 +1,18 @@
tasks:
verify_targets:
name: Verify targets
platform: macos
build_targets:
- '@rules_apple_linker//:lld'
- '@rules_apple_linker//:zld'

bcr_test_module:
module_path: ""
tasks:
run_test_module:
name: "Run test module"
platform: macos
build_targets:
- '//test/...'
test_targets:
- '//test/...'
9 changes: 9 additions & 0 deletions modules/rules_apple_linker/0.3.1/source.json
@@ -0,0 +1,9 @@
{
"url": "https://github.com/keith/rules_apple_linker/archive/refs/tags/0.3.1.tar.gz",
"integrity": "sha256-uda99LHI4BB7vbP3HUtZuloWAp5DjiPSxNRIsEaT1y4=",
"strip_prefix": "rules_apple_linker-0.3.1",
"patches": {
"module_dot_bazel_version.patch": "sha256-ctJEcMOqcJR+1L8DEP1rxximuNRhJPwwc2TdGSAt+lU="
},
"patch_strip": 0
}
3 changes: 2 additions & 1 deletion modules/rules_apple_linker/metadata.json
Expand Up @@ -11,7 +11,8 @@
"github:keith/rules_apple_linker"
],
"versions": [
"0.3.0"
"0.3.0",
"0.3.1"
],
"yanked_versions": {}
}

0 comments on commit 92d5b13

Please sign in to comment.