Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
bazel-discuss
Conversations
About
bazel-discuss
1–30 of 4326
Mailing list for
Bazel
.
This is a public list for Bazel user discussions.
Prefer posting questions to
StackOverflow using the 'bazel' tag
.
See
bazel-dev
for questions and discussion on developing Bazel itself.
Mark all as read
Report group
0 selected
Hee Cha (xWF)
Oct 10
Bazel 7.4.0 release candidate 1 is available for testing
Hi Everyone, Bazel 7.4.0rc1 is now available for those that want to try it out. You can download it
unread,
Bazel 7.4.0 release candidate 1 is available for testing
Hi Everyone, Bazel 7.4.0rc1 is now available for those that want to try it out. You can download it
Oct 10
Keerthana Kumar
Oct 9
Bazel Q3 2024 Community Update
Hi everyone, We're excited to share the Bazel Q3 2024 community update! This edition includes
unread,
Bazel Q3 2024 Community Update
Hi everyone, We're excited to share the Bazel Q3 2024 community update! This edition includes
Oct 9
Kamlesh Kumar
,
Filip Filmar
2
Oct 9
How to Filter out some deps before calling cc_library rule
Why do you need to filter anything out? On Wed, Oct 9, 2024 at 4:32 AM Kamlesh Kumar <kmistryic@
unread,
How to Filter out some deps before calling cc_library rule
Why do you need to filter anything out? On Wed, Oct 9, 2024 at 4:32 AM Kamlesh Kumar <kmistryic@
Oct 9
Hee Cha (xWF)
Oct 8
Bazel 8.0.0 release candidate 1 is available for testing
Hi Everyone, Bazel 8.0.0rc1 is now available for those that want to try it out. You can download it
unread,
Bazel 8.0.0 release candidate 1 is available for testing
Hi Everyone, Bazel 8.0.0rc1 is now available for those that want to try it out. You can download it
Oct 8
Haixin Tie
,
Filip Filmar
27
Oct 7
Trouble with ZeroMQ Go client with built-in C dependency
Maybe not? I'm amazed a bit that assuming the link flags construction has a bug we're the
unread,
Trouble with ZeroMQ Go client with built-in C dependency
Maybe not? I'm amazed a bit that assuming the link flags construction has a bug we're the
Oct 7
Sean
Oct 7
Override the default protobuf version used by Bazel
Hi. How do I override the default version for protoc / protobuf runtime included with Bazel? By
unread,
Override the default protobuf version used by Bazel
Hi. How do I override the default version for protoc / protobuf runtime included with Bazel? By
Oct 7
HaiXin Tie
,
Filip Filmar
3
Oct 6
Why is external library dependency works, but not data (filegroup) dependency?
Thanks Filip. But it is declaring them all as (external) deps. See the bold text in the BUILD file
unread,
Why is external library dependency works, but not data (filegroup) dependency?
Thanks Filip. But it is declaring them all as (external) deps. See the bold text in the BUILD file
Oct 6
Caleb Fujimori
, …
David Turner
3
Oct 5
Why not use and share disk_cache?
On Fri, Oct 4, 2024 at 9:31 AM Caleb Fujimori <caleb.f...@gmail.com> wrote: Hi All, The
unread,
Why not use and share disk_cache?
On Fri, Oct 4, 2024 at 9:31 AM Caleb Fujimori <caleb.f...@gmail.com> wrote: Hi All, The
Oct 5
Eric Stoces
,
David Turner
2
Oct 2
Bazel in Disconnected Environment
Hello Eric, have you tried using the `--registry=` option when invoking Bazel. See https://
unread,
Bazel in Disconnected Environment
Hello Eric, have you tried using the `--registry=` option when invoking Bazel. See https://
Oct 2
Hee Cha (xWF)
Oct 1
Bazel 7.3.2 is released
Hi all, Bazel 7.3.2 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.3.2 Thank
unread,
Bazel 7.3.2 is released
Hi all, Bazel 7.3.2 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.3.2 Thank
Oct 1
HaiXin Tie
Sep 30
Right way to add .h dependency to go_library using cgo?
Hi Bazel Cgo experts, I am trying to build a go_binary that depends on com_github_pebbe_zmq4, a go
unread,
Right way to add .h dependency to go_library using cgo?
Hi Bazel Cgo experts, I am trying to build a go_binary that depends on com_github_pebbe_zmq4, a go
Sep 30
Filip Filmar
Sep 28
https://bazelbuild.github.io is a 404, is this expected?
See the subject. This looks most unusual. F
unread,
https://bazelbuild.github.io is a 404, is this expected?
See the subject. This looks most unusual. F
Sep 28
Hee Cha (xWF)
Sep 27
Bazel 7.3.2 release candidate 1 is available for testing
Hi Everyone, Bazel 7.3.2rc1 is now available for those that want to try it out. You can download it
unread,
Bazel 7.3.2 release candidate 1 is available for testing
Hi Everyone, Bazel 7.3.2rc1 is now available for those that want to try it out. You can download it
Sep 27
Anitha Syed
Sep 23
How to overwrite the default toolchain templates files
I am working on running a wrapper around the gcc compiler, Is there a way to use the wrapper for the
unread,
How to overwrite the default toolchain templates files
I am working on running a wrapper around the gcc compiler, Is there a way to use the wrapper for the
Sep 23
Ajith Ramanathan
, …
Filip Filmar
4
Sep 11
A question about repository rules and migrating to modules
Thanks Xudong, for the help! @Filip: Yeah, it is a significant errand, but I have some time to spare.
unread,
A question about repository rules and migrating to modules
Thanks Xudong, for the help! @Filip: Yeah, it is a significant errand, but I have some time to spare.
Sep 11
Jonathan Perry
Sep 5
Disable ijar for a single java_library
Hello! I have a repo with Lombok in it which has forced me to disable ijar generation across the
unread,
Disable ijar for a single java_library
Hello! I have a repo with Lombok in it which has forced me to disable ijar generation across the
Sep 5
Arun Rao
, …
Jiawen Chen
6
Aug 27
cc_import mangles shared library name on Linux but not on MacOS
Agreed. I'm curious what your use case is such that you care about the output path and that they
unread,
cc_import mangles shared library name on Linux but not on MacOS
Agreed. I'm curious what your use case is such that you care about the output path and that they
Aug 27
Ming Zhao
,
Xudong Yang
2
Aug 27
bzlmod: should I use repo_name or not in bazel_dep?
It doesn't really matter; the usage of `repo_name` is local to your module only, and invisible to
unread,
bzlmod: should I use repo_name or not in bazel_dep?
It doesn't really matter; the usage of `repo_name` is local to your module only, and invisible to
Aug 27
Alexander Szakaly
, …
Filip Filmar
3
Aug 26
How to properly sandbox ld.so for tests built with bazel?
There is `clodl`: https://github.com/tweag/clodl F On Mon, Aug 26, 2024 at 8:14 AM Fabian
unread,
How to properly sandbox ld.so for tests built with bazel?
There is `clodl`: https://github.com/tweag/clodl F On Mon, Aug 26, 2024 at 8:14 AM Fabian
Aug 26
pehe...@gmail.com
Aug 26
Migrate to rules_python
Hi! We are trying to migrate to the an hermetic toolchain for python with rules_python. We are
unread,
Migrate to rules_python
Hi! We are trying to migrate to the an hermetic toolchain for python with rules_python. We are
Aug 26
Kathrin Paschen
Aug 26
experimental_java_library_export_do_not_use -- new interface planned?
Hi, I've been looking at an idea that might require me to write a custom java_library rule. In
unread,
experimental_java_library_export_do_not_use -- new interface planned?
Hi, I've been looking at an idea that might require me to write a custom java_library rule. In
Aug 26
Jonathan Perry
, …
Manuel
41
Aug 26
Interactions between label_flags
El sáb, 17 ago 2024, 11:30, Jonathan Perry <jonp...@gmail.com> escribió: On Sat, Aug 17, 2024
unread,
Interactions between label_flags
El sáb, 17 ago 2024, 11:30, Jonathan Perry <jonp...@gmail.com> escribió: On Sat, Aug 17, 2024
Aug 26
Hee Cha (xWF)
Aug 19
Bazel 7.4.0 release branch is ready
Hi all, The Bazel 7.4.0 release branch (release-7.4.0) is open for business. Please send cherry-pick
unread,
Bazel 7.4.0 release branch is ready
Hi all, The Bazel 7.4.0 release branch (release-7.4.0) is open for business. Please send cherry-pick
Aug 19
Hee Cha (xWF)
Aug 19
Bazel 7.3.1 is released
Hi all, Bazel 7.3.1 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.3.1 Thank
unread,
Bazel 7.3.1 is released
Hi all, Bazel 7.3.1 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.3.1 Thank
Aug 19
Hee Cha (xWF)
Aug 14
Bazel 7.3.1 release candidate 2 is available for testing
Hi Everyone, Bazel 7.3.1rc2 is now available for those that want to try it out. You can download it
unread,
Bazel 7.3.1 release candidate 2 is available for testing
Hi Everyone, Bazel 7.3.1rc2 is now available for those that want to try it out. You can download it
Aug 14
Hee Cha (xWF)
Aug 13
Bazel 7.3.1 release candidate 1 is available for testing
Hi Everyone, Bazel 7.3.1rc1 is now available for those that want to try it out. You can download it
unread,
Bazel 7.3.1 release candidate 1 is available for testing
Hi Everyone, Bazel 7.3.1rc1 is now available for those that want to try it out. You can download it
Aug 13
Hee Cha (xWF)
Aug 12
Bazel 7.3.0 is released
Hi all, Bazel 7.3.0 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.3.0 Thank
unread,
Bazel 7.3.0 is released
Hi all, Bazel 7.3.0 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.3.0 Thank
Aug 12
Hee Cha
Aug 7
Bazel 7.3.0 release candidate 2 is available for testing
Hi Everyone, Bazel 7.3.0rc2 is now available for those that want to try it out. You can download it
unread,
Bazel 7.3.0 release candidate 2 is available for testing
Hi Everyone, Bazel 7.3.0rc2 is now available for those that want to try it out. You can download it
Aug 7
Ajith Ramanathan
Aug 6
How do I find out the values that Bazel is using for certain env. variables
I'm trying to compile on Windows with LLVM, and Bazel doesn't seem to find it. I'd like
unread,
How do I find out the values that Bazel is using for certain env. variables
I'm trying to compile on Windows with LLVM, and Bazel doesn't seem to find it. I'd like
Aug 6
Jonathan Perry
, …
Hemanshu Vadehra
10
Aug 6
Bootstrapping a java_runtime
That makes sense and thank you very much for the links. That doesn't cover the public keys though
unread,
Bootstrapping a java_runtime
That makes sense and thank you very much for the links. That doesn't cover the public keys though
Aug 6