Skip to content

Commit

Permalink
Merge pull request #276 from aherrmann/0.12.0-zig-docs
Browse files Browse the repository at this point in the history
test: re-enable Zig docs generation for Zig 0.12.0 on MaCOS
  • Loading branch information
aherrmann authored Apr 23, 2024
2 parents b2adc7e + 57f3194 commit 80de8b6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions zig/runfiles/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
load("@bazel_skylib//lib:selects.bzl", "selects")
load(
"@rules_zig//zig:defs.bzl",
"zig_library",
"zig_module",
"zig_test",
)

selects.config_setting_group(
name = "macos-zig-0.12.0",
match_all = [
"@platforms//os:macos",
"@zig_toolchains//:0.12.0",
],
)

_SRCS = [
"src/Directory.zig",
"src/discovery.zig",
Expand Down Expand Up @@ -52,10 +43,6 @@ filegroup(
name = "docs",
srcs = [":lib"],
output_group = "zig_docs",
target_compatible_with = select({
":macos-zig-0.12.0": ["@platforms//:incompatible"],
"//conditions:default": [],
}),
visibility = ["//visibility:public"],
)

Expand Down

0 comments on commit 80de8b6

Please sign in to comment.