Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
bazel-discuss
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
bazel-discuss
1–30 of 4385
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)
Feb 7
Bazel 8.1.0 release candidate 3 is available for testing
Hi Everyone, Bazel 8.1.0rc3 is now available for those that want to try it out. You can download it
unread,
Bazel 8.1.0 release candidate 3 is available for testing
Hi Everyone, Bazel 8.1.0rc3 is now available for those that want to try it out. You can download it
Feb 7
shuman zhuang
Feb 7
[bazel-discuss] How can I introduce the dependency of another external library in the build file of an external library?
Description: When using Bazel to build the Velox project, I encountered a compilation issue related
unread,
[bazel-discuss] How can I introduce the dependency of another external library in the build file of an external library?
Description: When using Bazel to build the Velox project, I encountered a compilation issue related
Feb 7
Leitao Fabien
, …
David Turner
3
Feb 6
Produce a statically linked Bazel executable
On Wed, Feb 5, 2025 at 10:31 AM Leitao Fabien <leitao...@gmail.com> wrote: Hi all, I'm
unread,
Produce a statically linked Bazel executable
On Wed, Feb 5, 2025 at 10:31 AM Leitao Fabien <leitao...@gmail.com> wrote: Hi all, I'm
Feb 6
Hee Cha (xWF)
Feb 5
Bazel 8.1.0 release candidate 2 is available for testing
Hi Everyone, Bazel 8.1.0rc2 is now available for those that want to try it out. You can download it
unread,
Bazel 8.1.0 release candidate 2 is available for testing
Hi Everyone, Bazel 8.1.0rc2 is now available for those that want to try it out. You can download it
Feb 5
Hee Cha (xWF)
Feb 4
Bazel 8.1.0 release candidate 1 is available for testing
Hi Everyone, Bazel 8.1.0rc1 is now available for those that want to try it out. You can download it
unread,
Bazel 8.1.0 release candidate 1 is available for testing
Hi Everyone, Bazel 8.1.0rc1 is now available for those that want to try it out. You can download it
Feb 4
Hee Cha (xWF)
Jan 30
Bazel 7.5.0 is released
Hi all, Bazel 7.5.0 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.5.0 Thank
unread,
Bazel 7.5.0 is released
Hi all, Bazel 7.5.0 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.5.0 Thank
Jan 30
Lekshmi R
, …
Jared Neil
3
Jan 30
Shell script invokation through bazel
If you want to save the arguments in the BUILD.bazel file, then the `args` attribute is what you want
unread,
Shell script invokation through bazel
If you want to save the arguments in the BUILD.bazel file, then the `args` attribute is what you want
Jan 30
Hee Cha (xWF)
Jan 28
Bazel 7.5.0 release candidate 3 is available for testing
Hi Everyone, Bazel 7.5.0rc3 is now available for those that want to try it out. You can download it
unread,
Bazel 7.5.0 release candidate 3 is available for testing
Hi Everyone, Bazel 7.5.0rc3 is now available for those that want to try it out. You can download it
Jan 28
Diego
,
Keith Smiley
3
Jan 28
migrating new_local_repository() rules from WORKSPACE to MODULE.bazel
it worked perfectly. thank you :) On Tue, Jan 28, 2025 at 3:02 PM Keith Smiley <keithbsmiley@gmail
unread,
migrating new_local_repository() rules from WORKSPACE to MODULE.bazel
it worked perfectly. thank you :) On Tue, Jan 28, 2025 at 3:02 PM Keith Smiley <keithbsmiley@gmail
Jan 28
Yun Peng
Jan 23
💚 Bazel User Survey: Help Us Improve Your Build Experience! 💚
Dear Bazel users, We're conducting a survey to better understand how the community is using Bazel
unread,
💚 Bazel User Survey: Help Us Improve Your Build Experience! 💚
Dear Bazel users, We're conducting a survey to better understand how the community is using Bazel
Jan 23
Hee Cha (xWF)
Jan 22
Bazel 7.5.0 release candidate 2 is available for testing
Hi Everyone, Bazel 7.5.0rc2 is now available for those that want to try it out. You can download it
unread,
Bazel 7.5.0 release candidate 2 is available for testing
Hi Everyone, Bazel 7.5.0rc2 is now available for those that want to try it out. You can download it
Jan 22
John Doe
Jan 22
Bazel Exclude Dependencies
Hi, So I have the following situation. In my project's unit tests, I am using bouncycastle. I
unread,
Bazel Exclude Dependencies
Hi, So I have the following situation. In my project's unit tests, I am using bouncycastle. I
Jan 22
Hee Cha (xWF)
Jan 17
Bazel 8.0.1 is released
Hi all, Bazel 8.0.1 is now available: https://github.com/bazelbuild/bazel/releases/tag/8.0.1 Thank
unread,
Bazel 8.0.1 is released
Hi all, Bazel 8.0.1 is now available: https://github.com/bazelbuild/bazel/releases/tag/8.0.1 Thank
Jan 17
Eric Stoces
Jan 16
Access custom tool_path from my toolchain in a Starlark rule
I added a tool_path for tclsh.exe in my toolchain (below), which provided CcToolchainConfigInfo. I
unread,
Access custom tool_path from my toolchain in a Starlark rule
I added a tool_path for tclsh.exe in my toolchain (below), which provided CcToolchainConfigInfo. I
Jan 16
Hee Cha (xWF)
Jan 15
Bazel 8.0.1 release candidate 1 is available for testing
Hi Everyone, Bazel 8.0.1rc1 is now available for those that want to try it out. You can download it
unread,
Bazel 8.0.1 release candidate 1 is available for testing
Hi Everyone, Bazel 8.0.1rc1 is now available for those that want to try it out. You can download it
Jan 15
shuman zhuang
,
heisenberg1993
2
Jan 14
How can I introduce the dependency of another external library in the build file of an external library?
I saw you specify build_file for folly_archive. However I didn't see you do so for boost_archive.
unread,
How can I introduce the dependency of another external library in the build file of an external library?
I saw you specify build_file for folly_archive. However I didn't see you do so for boost_archive.
Jan 14
Charlie Johnston
,
Allan Clark
2
Jan 10
Bzlmod Migration Help - Accessing .bzl Files From Other Repos
Hi Charlie; You might need to: 1. create an extension.bzl that defines a repository_rule() that
unread,
Bzlmod Migration Help - Accessing .bzl Files From Other Repos
Hi Charlie; You might need to: 1. create an extension.bzl that defines a repository_rule() that
Jan 10
Yun Zuo
,
Tobias Werth
2
Jan 7
bazel5.4.0 memory profile
I recommend trying the memory allocation tracker: https://bazel.build/versions/6.5.0/rules/
unread,
bazel5.4.0 memory profile
I recommend trying the memory allocation tracker: https://bazel.build/versions/6.5.0/rules/
Jan 7
Vasilena Milchova
Jan 3
How to capture the console output(stderr) of a cc_binary target
I have a cc_binary target that is compiling some .c files. When I build it I get the compiler
unread,
How to capture the console output(stderr) of a cc_binary target
I have a cc_binary target that is compiling some .c files. When I build it I get the compiler
Jan 3
Goku Trinidad
, …
Yun Peng
3
Jan 2
Importing variables in MODULE.bazel files
Yes, essentially WORKSPACE is imperative but MODULE.bazel is declarative, we don't allow "
unread,
Importing variables in MODULE.bazel files
Yes, essentially WORKSPACE is imperative but MODULE.bazel is declarative, we don't allow "
Jan 2
Eric Stoces
,
Austin Schuh
2
12/20/24
.bazelrc file and startup --output_base for multi-platform (windows/linux)
Easy is always a strong word, but we've been starting to add some platform autodetection to tools
unread,
.bazelrc file and startup --output_base for multi-platform (windows/linux)
Easy is always a strong word, but we've been starting to add some platform autodetection to tools
12/20/24
Hee Cha (xWF)
12/20/24
Bazel 8.1.0 release branch is ready
Hi all, The Bazel 8.1.0 release branch (release-8.1.0) is open for business. Please send cherry-pick
unread,
Bazel 8.1.0 release branch is ready
Hi all, The Bazel 8.1.0 release branch (release-8.1.0) is open for business. Please send cherry-pick
12/20/24
Alexander Kornilov
,
Alexandre Rostovtsev
2
12/20/24
File convertor
There are 3 ways to solve this: you can write a symbolic macro which calls a genrule, a legacy macro
unread,
File convertor
There are 3 ways to solve this: you can write a symbolic macro which calls a genrule, a legacy macro
12/20/24
Tushar Sharma
, …
John Cater
4
12/19/24
Custom Platform dependency without specifying --platform option
Hi Brian and John, Thanks for your prompt response. Since I am new to bazel I am trying to explore
unread,
Custom Platform dependency without specifying --platform option
Hi Brian and John, Thanks for your prompt response. Since I am new to bazel I am trying to explore
12/19/24
Aayush Ostwal
,
Austin Schuh
2
12/18/24
cache Bazel test outputs
TEST_UNDECLARED_OUTPUTS_DIR is how we have done something similar in the past. It works with remote
unread,
cache Bazel test outputs
TEST_UNDECLARED_OUTPUTS_DIR is how we have done something similar in the past. It works with remote
12/18/24
Karolina Kalin
12/16/24
Bazel 8.0 is here!
Bazel 8.0 is here! The new release is here and as we are close to the end of 2024, we come to you
unread,
Bazel 8.0 is here!
Bazel 8.0 is here! The new release is here and as we are close to the end of 2024, we come to you
12/16/24
ashwith chandra
,
Ronald Fenner
2
12/16/24
Does bazel support C++23?
change the / to a -. It should be -std:c++23 On Monday, December 16, 2024 at 3:05:14 PM UTC+8
unread,
Does bazel support C++23?
change the / to a -. It should be -std:c++23 On Monday, December 16, 2024 at 3:05:14 PM UTC+8
12/16/24
Hee Cha (xWF)
12/12/24
Bazel 7.5.0 release branch is ready
Hi all, The Bazel 7.5.0 release branch (release-7.5.0) is open for business. Please send cherry-pick
unread,
Bazel 7.5.0 release branch is ready
Hi all, The Bazel 7.5.0 release branch (release-7.5.0) is open for business. Please send cherry-pick
12/12/24
Keerthana Kumar
12/9/24
Bazel 8.0 is released!
Hi everyone, We're excited to announce the release of Bazel 8.0! 🚀 To learn more, check out the
unread,
Bazel 8.0 is released!
Hi everyone, We're excited to announce the release of Bazel 8.0! 🚀 To learn more, check out the
12/9/24
Talal Tahir
12/6/24
When --enable_bzlmod bazel coverage fails to collect coverage
My test target is a pytest (python 3.11) Bazel version 6.5.0 When I run WITHOUT --enable_bzlmod bazel
unread,
When --enable_bzlmod bazel coverage fails to collect coverage
My test target is a pytest (python 3.11) Bazel version 6.5.0 When I run WITHOUT --enable_bzlmod bazel
12/6/24