-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Lines 11 to 15 in baf7f2b
| sed \ | |
| -i'' \ | |
| -e 's,/usr/bin/clang-21,/usr/local/bin/clang21,' \ | |
| -e 's,/usr/lib/llvm-21,/usr/local/llvm21,' \ | |
| compile_commands.json |
Instead of updating compile commands with sed(1) in a script, let Bazel update the commands.
The rule should have source (/usr) and target (/usr/local) paths configurable.
Metadata
Metadata
Assignees
Labels
No labels