Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bazel-rules

Passing python command line arguments using bazel py_binary

python bazel bazel-rules

Google Benchmark: "***WARNING*** Library was built as DEBUG. Timings may be affected."

What is the relationship between DefaultInfo and PyInfo

bazel bazel-rules

Bazel: how to create genrule that uses cmd on linux and cmd_bat on windows?

bazel bazel-rules

Bazel error: no such package: The repository could not be resolved: Repository is not defined and referenced by

python bazel bazel-rules

Bazel's select isn't interpreted

bazel bazel-rules

BAZEL + bash: execute bash/python script to do code generation and use them in bazel system

bash bazel bazel-rules

What's the difference between Bazel's py_library and py_binary rules

python bazel bazel-rules

Why is Bazel run_shell not placing arguments correctly?

bazel bazel-rules

Instantiating a Bazel macro twice with same generated output file

Bazel Starlark: how can I generate a BUILD file procedurally?

bazel bazel-rules starlark

Using Rules Foreign CC to Build AWS C++ SDK with Bazel

What is the proper way to optionally compile a library with a build flag (to place in `target_compatible_with`)?

c++ build bazel bazel-rules

Bazel Build Multiple Targets at Once

bazel bazel-rules