Search code examples
How to use TensorFlow C++ api as a shared library with bazel?...


c++tensorflowbazel

Read More
Build Docker Images with Bazel targets Built...


imagedockerbazel

Read More
What does bazel alwayslink = true mean?...


c++bazel

Read More
How to access data files inside Go application running through Bazel go_binary...


goyamlbazel

Read More
Use bazel library inside cmake project...


cmakecompilationlinkerbazel

Read More
Trouble building Boost Log example using Bazel...


c++c++11loggingboostbazel

Read More
How do I wrap `cc_binary`/`cc_library` into a custom rule (not macro!)?...


bazelbazel-cpp

Read More
How to have bazel genrule depend on test passing?...


bazel

Read More
Debugging with Bazel in Visual Studio Code with Ubuntu...


visual-studio-codegdbbazelubuntu-18.04

Read More
How to use Bazel to build project uses OpenCV...


opencvbazel

Read More
Bazel query that doesn't follow all select branches...


bazelbazel-query

Read More
How to pass custom flags in a `bazel query` command?...


bazelbazel-query

Read More
How to pass a bash variable to a "bazel 'set' query"...


bazelbazel-query

Read More
Bazel query on every kind but source files, ie inverted kind search...


bazelbazel-query

Read More
Exclude @npm// Dependencies from Bazel Dependency Graph (bazel query)...


graphbazelbazel-query

Read More
Use `bazel query` inside a build file...


bazelbazel-query

Read More
bazel: '@bazel/typescript' is not a package...


typescriptbazel

Read More
bazel test lacking SEGFAULT information...


unit-testingbazel

Read More
How to get all header dependencies of a cc_* from an aspect?...


bazel

Read More
Install specific version of Bazel with Bazelisk...


pythontensorflowbazel

Read More
Bazel Package: How to export build artifacts to another directory with external dependency?...


bazelbazel-rules

Read More
Bazel sh_test doesn't find node...


node.jsbazelbazel-rules

Read More
Feed Bazel output to another Bazel rule...


bazelbazel-rules

Read More
Having two dependent actions in a single rule...


bazelbazel-rules

Read More
Runtime path to data file in external repo...


bazel

Read More
How to generate compile_commands.json for a C++ Bazel project...


c++bazel

Read More
How to integrate C/C++ analysis tooling in Bazel?...


bazel

Read More
`Bazel run` won't find static file dependency in bazel-bin when running nodejs_image...


bazelbazel-rules-nodejs

Read More
Bazel build docker container with local golang module...


dockergobazelgo-modulesbazel-rules

Read More
How to specify equivalent of Dockerfile RUN for bazel container_image rule?...


dockerfilebazel

Read More
BackNext