Skip to content

Commit

Permalink
Enable layering checks for gz-math/eigen3
Browse files Browse the repository at this point in the history
Signed-off-by: Shameek Ganguly <shameek@intrinsic.ai>
  • Loading branch information
shameekganguly committed Nov 14, 2024
1 parent 8900001 commit 00a4c74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ build --strip=never
build --strict_system_includes
build --fission=dbg
build --features=per_object_debug_info

# Enable header processing, required for layering checks with parse_header.
build --process_headers_in_dependencies
4 changes: 4 additions & 0 deletions eigen3/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ load("@rules_license//rules:license.bzl", "license")

package(
default_applicable_licenses = ["//:license"],
features = [
"layering_check",
"parse_headers",
],
)

license(
Expand Down

0 comments on commit 00a4c74

Please sign in to comment.