Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bazel

In Bazel, how can I make a C++ library depend on a general rule?

bazel

How can I include an already built static library (.a file) using Bazel?

bazel

What does 'tests too big' warning in bazel mean?

bazel

how to use mold linker with bazel and gcc10?

c++ gcc linker bazel mold

How can I find all source files included in multiple bazel targets?

bazel

What is the correct way to create a system header only library in bazel?

c++ bazel

How to upgrade a Bazel-aware library's Maven dependency?

bazel

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

How to use Bazel to compile multiple platform target at once?

bazel

How to use environment variables in bazel/googletest

c++ bash g++ googletest bazel

What is the added advantage of using Bazel over Gradle? [closed]

Use Bzlmod with registry on local file system?

bazel bzlmod

Is there a way to execute a repository_rule with local=True on every bazel invocation?

bazel

Can I depend on all the Bazel targets matching a pattern, without listing them individually?

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

Propagating copts/defines to all of a target's dependencies

bazel

How to merge coverage from multiple .dat files in Bazel

code-coverage bazel

Bazel Build Command - Is possible to skip "Test" Targets and Rules?

tensorflow bazel

Missing dependencies when building @com_google_protobuf//:protobuf_lite

No way to tell bazel to list all targets without building or testing them

bazel