Skip to content

Commit

Permalink
Add compat_c target to //:BUILD.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
mempler committed Dec 16, 2023
1 parent 3545c69 commit 7712ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ refresh_compile_commands(
"//lib/runtime:runtime": "",
"//lib/runtime:common_test": "--platforms=@local_config_platform//:host --test_sharding_strategy=explicit --test_output=errors --sandbox_default_allow_network=false",
"//lib/runtime:allocator_test": "--platforms=@local_config_platform//:host --test_sharding_strategy=explicit --test_output=errors --sandbox_default_allow_network=false",
"//lib/compat_c:compat_c": "",
},
)

0 comments on commit 7712ca9

Please sign in to comment.