Skip to content

Commit

Permalink
Update refresh_compile_commands targets in BUILD.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
mempler committed Dec 16, 2023
1 parent 5ffa74c commit 9888be6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile

refresh_compile_commands(
name = "refresh_compile_commands",
targets = [
"//kernel/...",
"//lib/...",
"//tools/...",
],
targets = {
"//kernel:kernel": "",
"//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",
},
)

0 comments on commit 9888be6

Please sign in to comment.