Skip to content

Commit

Permalink
added exceptions as option for check_policy_compliance to fix build e… (
Browse files Browse the repository at this point in the history
#591)

…rror.

Closes #591

COPYBARA_INTEGRATE_REVIEW=#591 from google-research:exceptios_opts_policy_check@asejfia 2d865cb
PiperOrigin-RevId: 457781886
  • Loading branch information
asejfia authored and arcs-c3po committed Jun 28, 2022
1 parent 950990c commit e265242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backends/policy_engine/souffle/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ package(
cc_binary(
name = "check_policy_compliance",
srcs = ["check_policy_compliance.cc"],
copts = ["-fexceptions"],
features = ["-use_header_modules"],
deps = [
":souffle_policy_checker",
"//src/backends/policy_engine:policy",
Expand Down

0 comments on commit e265242

Please sign in to comment.