Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
bazel-discuss
Conversations
About
bazel-discuss
1–30 of 4008
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 abusive group
0 selected
Matt Stark
, …
Fabian Meumertzheim
9
3:21 AM
Runfiles library spec documentation
It's true that this kind of stubbing may seem foreign to developers. The Python runfiles library
unread,
Runfiles library spec documentation
It's true that this kind of stubbing may seem foreign to developers. The Python runfiles library
3:21 AM
Tuan Vu
,
David Turner
2
Jan 24
.so files in the same directory linked differently
On Tue, Jan 24, 2023 at 2:32 AM 'Tuan Vu' via bazel-discuss <bazel-discuss@googlegroups.
unread,
.so files in the same directory linked differently
On Tue, Jan 24, 2023 at 2:32 AM 'Tuan Vu' via bazel-discuss <bazel-discuss@googlegroups.
Jan 24
Xudong Yang
Jan 23
Design on adding a new API to create labels in macros
Hi all, I wrote a small design to add a new API to allow macro authors to convert label literal
unread,
Design on adding a new API to create labels in macros
Hi all, I wrote a small design to add a new API to allow macro authors to convert label literal
Jan 23
Chi Wang
Jan 23
Remote Cache Eviction for Build without the Bytes
Hi, I have drafted a design doc for adding remote cache eviction support to Build without the Bytes.
unread,
Remote Cache Eviction for Build without the Bytes
Hi, I have drafted a design doc for adding remote cache eviction support to Build without the Bytes.
Jan 23
Or Enzer
Jan 19
Executing a py_binary dependency in a separate process inside a py_image container
Hi, I have two binaries and I want to run the second binary in a separate process inside the
unread,
Executing a py_binary dependency in a separate process inside a py_image container
Hi, I have two binaries and I want to run the second binary in a separate process inside the
Jan 19
Danylo Ulianych
Jan 18
How to link openssl lib with Bazel on Windows?
Hello Bazel community, I have trouble building a source code that uses openssl with Bazel on Windows.
unread,
How to link openssl lib with Bazel on Windows?
Hello Bazel community, I have trouble building a source code that uses openssl with Bazel on Windows.
Jan 18
Denys Smirnov
,
Phil Schrader
3
Jan 18
Getting cc_binary artefacts
Thanks, Phill! I managed to achieve everything I wanted with two files: includes.cquery: ""
unread,
Getting cc_binary artefacts
Thanks, Phill! I managed to achieve everything I wanted with two files: includes.cquery: ""
Jan 18
William Allen
Jan 18
Reduce debug build size
I am currently working to update a project I work on to use Bazel 6.0.0 instead of Bazel 5.3.1. On
unread,
Reduce debug build size
I am currently working to update a project I work on to use Bazel 6.0.0 instead of Bazel 5.3.1. On
Jan 18
hao
,
Phil Schrader
2
Jan 17
How does bazel define C++ macros based on platform
Can you elaborate on what you mean by "macro"? In bazel (specifically Starlark), a macro is
unread,
How does bazel define C++ macros based on platform
Can you elaborate on what you mean by "macro"? In bazel (specifically Starlark), a macro is
Jan 17
carpen...@gmail.com
,
Phil Schrader
2
Jan 17
Turning off C++ warnings as errors in external repos
We have these lines in our bazelrc file which might be helpful. I have not validated that they
unread,
Turning off C++ warnings as errors in external repos
We have these lines in our bazelrc file which might be helpful. I have not validated that they
Jan 17
Thomas Hirsch
Jan 16
How to configure autocomplete when using Bazelisk
Hello, I am just getting started. In the manual there is a section about how to install autocomplete,
unread,
How to configure autocomplete when using Bazelisk
Hello, I am just getting started. In the manual there is a section about how to install autocomplete,
Jan 16
Salma Samy
Jan 16
Bzlmod Lockfile
Hello, I have added a new proposal about creating Bzlmod lockfile to cache the module/extension
unread,
Bzlmod Lockfile
Hello, I have added a new proposal about creating Bzlmod lockfile to cache the module/extension
Jan 16
Kshyanashree Mohapatra
Jan 13
Bazel 6.1.0
The Bazel 6.1.0 release branch (release-6.1.0) is open for business. Please send cherry-pick PRs
unread,
Bazel 6.1.0
The Bazel 6.1.0 release branch (release-6.1.0) is open for business. Please send cherry-pick PRs
Jan 13
Robert Alexander Uwe Richter
,
Jared Neil
2
Jan 13
Dependent run and build target
>Note: My publish target already depends on the build target, but Bazel does not build upon
unread,
Dependent run and build target
>Note: My publish target already depends on the build target, but Bazel does not build upon
Jan 13
Alex Eagle
, …
Keith Smiley
3
Jan 10
Release of buildifier?
Looks like it went out, thanks folks https://github.com/bazelbuild/buildtools/releases/tag/6.0.0 --
unread,
Release of buildifier?
Looks like it went out, thanks folks https://github.com/bazelbuild/buildtools/releases/tag/6.0.0 --
Jan 10
Filip Filmar
,
Alex Eagle
2
Jan 9
How to use the the info from volatile-status.txt in build rules?
The quick answer is that rules can read from `ctx.version_file` which is an (undocumented) reference
unread,
How to use the the info from volatile-status.txt in build rules?
The quick answer is that rules can read from `ctx.version_file` which is an (undocumented) reference
Jan 9
Denis Koroskin
, …
Keith Smiley
4
Jan 6
cc_rules with bazel on MacOS: what's the right way to disable "-undefined dynamic_lookup"?
I think we should remove this flag entirely and submitted https://github.com/bazelbuild/bazel/pull/
unread,
cc_rules with bazel on MacOS: what's the right way to disable "-undefined dynamic_lookup"?
I think we should remove this flag entirely and submitted https://github.com/bazelbuild/bazel/pull/
Jan 6
Ajith Ramanathan
,
Brian Silverman
3
Jan 5
Understanding how external dependencies and build overlays work
Ah. That makes things much clearer. Thanks for the correction and the information Brian! On Thu, Jan
unread,
Understanding how external dependencies and build overlays work
Ah. That makes things much clearer. Thanks for the correction and the information Brian! On Thu, Jan
Jan 5
Harvey Martin
Jan 5
Bazel Default Certificate Stores
When running bazel, what certificate store does it default to ? Note - I am aiming for a hermetic
unread,
Bazel Default Certificate Stores
When running bazel, what certificate store does it default to ? Note - I am aiming for a hermetic
Jan 5
Lei Wang (Walter Wang)
,
David Turner
4
Jan 3
How to declare dependency of https://github.com/bazelbuild/platforms
I followed the build folder and found the error was caused by the wrong soft link. It didn't link
unread,
How to declare dependency of https://github.com/bazelbuild/platforms
I followed the build folder and found the error was caused by the wrong soft link. It didn't link
Jan 3
Jonathan Perry
, …
Fredrik Medley
9
Jan 3
Selecting a remote execution backend for a rule
That was a great talk thanks for the pointer. I'm now way clearer on what's going on and have
unread,
Selecting a remote execution backend for a rule
That was a great talk thanks for the pointer. I'm now way clearer on what's going on and have
Jan 3
John Adams
,
David Turner
4
Jan 2
How to include generated files in "bazel-out" in the source tree?
Two things: 1) It is not possible to copy files to the source tree using `bazel build`, this is by
unread,
How to include generated files in "bazel-out" in the source tree?
Two things: 1) It is not possible to copy files to the source tree using `bazel build`, this is by
Jan 2
Or Enzer
2
12/29/22
python binary build fails on linux, suceeds on mac
Solved the issue. To close this one, the solution was to add --no-binary=cffi to my requirements.in
unread,
python binary build fails on linux, suceeds on mac
Solved the issue. To close this one, the solution was to add --no-binary=cffi to my requirements.in
12/29/22
Sameh Mohamed
,
zhang kai
2
12/25/22
Porting a cmake function to bazel
Normally you need to write a bazel rule for this. Here is a nice tutorial about code gen in bazel:
unread,
Porting a cmake function to bazel
Normally you need to write a bazel rule for this. Here is a nice tutorial about code gen in bazel:
12/25/22
Jason Dobies
12/21/22
Reminder: Last Community Update of 2022 on Thursday
https://www.youtube.com/watch?v=uRjSghJQlsw I wanted to clarify the description a bit, since I'm
unread,
Reminder: Last Community Update of 2022 on Thursday
https://www.youtube.com/watch?v=uRjSghJQlsw I wanted to clarify the description a bit, since I'm
12/21/22
Radhika Advani
12/20/22
Bazel 6.0 Launched
Hi Everyone, we are super excited to announce that Bazel 6.0 is available for use. The Bazel 6.0 blog
unread,
Bazel 6.0 Launched
Hi Everyone, we are super excited to announce that Bazel 6.0 is available for use. The Bazel 6.0 blog
12/20/22
John Cater
, …
Yannic Bonenberger
4
12/20/22
Remote execution, exec properties, and allowed keys
Thanks for the comments. I'll definitely note that we need to keep this functionality for Bazel
unread,
Remote execution, exec properties, and allowed keys
Thanks for the comments. I'll definitely note that we need to keep this functionality for Bazel
12/20/22
Konstantin
12/20/22
Looking for an example of aspect applied over other aspect
Bazel allows Aspect to be applied on top of the other Aspect, but so far I could not find any code
unread,
Looking for an example of aspect applied over other aspect
Bazel allows Aspect to be applied on top of the other Aspect, but so far I could not find any code
12/20/22
Konstantin
,
Tobias Werth
3
12/20/22
How to query which target produces particular file?
Oh, I see - "outputs" filter with aquery. Thank you, Tobias! I saw "-output=files
unread,
How to query which target produces particular file?
Oh, I see - "outputs" filter with aquery. Thank you, Tobias! I saw "-output=files
12/20/22
Or Enzer
12/20/22
Running py binaries on Mac M1 in x86_64 arch
Hi everyone, I'm trying to set up my python dev env with bazel and I'm using rules_python for
unread,
Running py binaries on Mac M1 in x86_64 arch
Hi everyone, I'm trying to set up my python dev env with bazel and I'm using rules_python for
12/20/22