I just started using Bazel a couple days ago in hopes of something better than CMake. I have a small library that contains only protobuf definitions in its own
I've a monorepo that contains a set of Python AWS lambdas and I'm using Bazel for building and packaging the lambdas. I'm now trying to use Bazel to create a zi
I have a situation where I include the header file of the library which I want to use in my main program. The main program is warning free and it has a feature
Is there a way to do this? I'm trying to build parts of the AWS SDK (s3 and rds) to use in my Bazel project. I've heard that rules_foreign_cc can be used to int
I would like to be able to do the following in a Bazel BUILD file: alpha( name = "hello world", color = "blue" ) beta( name = "hello again" ) Where alph