cost 137 ms
Change bazel output symlink location

I am using Bazel as my C++ build system and whenever I build my project my root directory is cluttered up with the bazel symlinks: bazel-bin, bazel-ou ...

2023-02-01 18:08:35   1   29    c++ / bazel  
Change test execution directory in Bazel?

I have a simple Bazel project layout like this: . ├── foo │   ├── BUILD.bazel │   ├── testdata │   │   └── a. ...

2023-01-20 18:38:51   1   37    bazel  
Bazel rules with unknown output filenames

I have a command that compiles and runs a program, but the intermediate files are randomly named (but contained within a directory). E.g. Bazel req ...

2023-01-09 15:18:57   1   28    bazel  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM