diff --git a/BUILD.bazel b/BUILD.bazel index 3734a31..dae2136 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -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": "", }, )