标签: bazel
我已经构建了一个工具,该工具旨在与bazel run的{{1}}标志一起使用,例如--run_under。 bazel run --run_under="//my:tool" //some:target需要root,因为它调用//my:tool并将数据写入需要root的某些位置。如何使用perf以root用户身份运行此工具?
bazel run
--run_under
bazel run --run_under="//my:tool" //some:target
//my:tool
perf