Grupos
Conversaciones
Todos los grupos y mensajes
Enviar comentarios a Google
Ayuda
Capacitación
Acceder
Grupos
bazel-discuss
Conversaciones
Acerca de
Se actualizaron las combinaciones de teclas de Grupos
Descartar
Ver combinaciones de teclas
bazel-discuss
1–30 de 4370
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.
Marcar todas como leídas
Denunciar grupo
0 filas seleccionadas
Charlie Johnston
,
Allan Clark
2
10 ene
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
no leída,
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
10 ene
shuman zhuang
9 ene
How can I introduce the dependency of another external library in the build file of an external library?
I am using Bazel to compile the Velox library, which depends on the Folly and Boost libraries. I have
no leída,
How can I introduce the dependency of another external library in the build file of an external library?
I am using Bazel to compile the Velox library, which depends on the Folly and Boost libraries. I have
9 ene
Yun Zuo
,
Tobias Werth
2
7 ene
bazel5.4.0 memory profile
I recommend trying the memory allocation tracker: https://bazel.build/versions/6.5.0/rules/
no leída,
bazel5.4.0 memory profile
I recommend trying the memory allocation tracker: https://bazel.build/versions/6.5.0/rules/
7 ene
Vasilena Milchova
3 ene
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
no leída,
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
3 ene
Goku Trinidad
, …
Yun Peng
3
2 ene
Importing variables in MODULE.bazel files
Yes, essentially WORKSPACE is imperative but MODULE.bazel is declarative, we don't allow "
no leída,
Importing variables in MODULE.bazel files
Yes, essentially WORKSPACE is imperative but MODULE.bazel is declarative, we don't allow "
2 ene
Eric Stoces
,
Austin Schuh
2
20/12/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
no leída,
.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
20/12/24
Hee Cha (xWF)
20/12/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
no leída,
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
20/12/24
Alexander Kornilov
,
Alexandre Rostovtsev
2
20/12/24
File convertor
There are 3 ways to solve this: you can write a symbolic macro which calls a genrule, a legacy macro
no leída,
File convertor
There are 3 ways to solve this: you can write a symbolic macro which calls a genrule, a legacy macro
20/12/24
Tushar Sharma
, …
John Cater
4
19/12/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
no leída,
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
19/12/24
Aayush Ostwal
,
Austin Schuh
2
18/12/24
cache Bazel test outputs
TEST_UNDECLARED_OUTPUTS_DIR is how we have done something similar in the past. It works with remote
no leída,
cache Bazel test outputs
TEST_UNDECLARED_OUTPUTS_DIR is how we have done something similar in the past. It works with remote
18/12/24
Karolina Kalin
16/12/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
no leída,
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
16/12/24
ashwith chandra
,
Ronald Fenner
2
16/12/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
no leída,
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
16/12/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
no leída,
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
9/12/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
no leída,
Bazel 8.0 is released!
Hi everyone, We're excited to announce the release of Bazel 8.0! 🚀 To learn more, check out the
9/12/24
Talal Tahir
6/12/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
no leída,
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
6/12/24
Hee Cha (xWF)
6/12/24
Bazel 8.0.0 release candidate 8 is available for testing
Hi Everyone, Bazel 8.0.0rc8 is now available for those that want to try it out. You can download it
no leída,
Bazel 8.0.0 release candidate 8 is available for testing
Hi Everyone, Bazel 8.0.0rc8 is now available for those that want to try it out. You can download it
6/12/24
Hee Cha (xWF)
4/12/24
Bazel 8.0.0 release candidate 7 is available for testing
Hi Everyone, Bazel 8.0.0rc7 is now available for those that want to try it out. You can download it
no leída,
Bazel 8.0.0 release candidate 7 is available for testing
Hi Everyone, Bazel 8.0.0rc7 is now available for those that want to try it out. You can download it
4/12/24
Eric Stoces
,
Keith Smiley
3
4/12/24
How to get features of the current cc_toolchain
I ended up using `build_cc_flags` from @bazel_tools//tools/cpp:cc_flags_supplier_lib.bzl. I was able
no leída,
How to get features of the current cc_toolchain
I ended up using `build_cc_flags` from @bazel_tools//tools/cpp:cc_flags_supplier_lib.bzl. I was able
4/12/24
Manish Singh
1/12/24
Bazel Function to return sha256sum
Hi, I am looking a way to find sha256sum in bazel. normally bazel rule defines output which is
no leída,
Bazel Function to return sha256sum
Hi, I am looking a way to find sha256sum in bazel. normally bazel rule defines output which is
1/12/24
Mike Krinkin
28/11/24
Example usage of libc_top attribute for a cc toolchain
Hi Folks, I'm playing with configuring a custom cc toolchain in bazel and I'm exploring
no leída,
Example usage of libc_top attribute for a cc toolchain
Hi Folks, I'm playing with configuring a custom cc toolchain in bazel and I'm exploring
28/11/24
Hee Cha (xWF)
28/11/24
Bazel 8.0.0 release candidate 5 is available for testing
Hi Everyone, Bazel 8.0.0rc5 is now available for those that want to try it out. You can download it
no leída,
Bazel 8.0.0 release candidate 5 is available for testing
Hi Everyone, Bazel 8.0.0rc5 is now available for those that want to try it out. You can download it
28/11/24
Xiaofeng Wang
2
26/11/24
How bazel bzlmod resolve the deps versions?
Thanks, this is really what I want. BTW, problem solved by manually checking dependencies of all the
no leída,
How bazel bzlmod resolve the deps versions?
Thanks, this is really what I want. BTW, problem solved by manually checking dependencies of all the
26/11/24
Arndt
,
Xudong Yang
2
25/11/24
trying to better understand the output of bazel mod grap --include_builtin --verbose
The (*) means that the deps of this module are shown elsewhere in the output (this is a "tree
no leída,
trying to better understand the output of bazel mod grap --include_builtin --verbose
The (*) means that the deps of this module are shown elsewhere in the output (this is a "tree
25/11/24
Hee Cha (xWF)
25/11/24
Bazel 8.0.0 release candidate 4 is available for testing
Hi Everyone, Bazel 8.0.0rc4 is now available for those that want to try it out. You can download it
no leída,
Bazel 8.0.0 release candidate 4 is available for testing
Hi Everyone, Bazel 8.0.0rc4 is now available for those that want to try it out. You can download it
25/11/24
Hee Cha (xWF)
22/11/24
Bazel 8.0.0 release candidate 3 is available for testing
Hi Everyone, Bazel 8.0.0rc3 is now available for those that want to try it out. You can download it
no leída,
Bazel 8.0.0 release candidate 3 is available for testing
Hi Everyone, Bazel 8.0.0rc3 is now available for those that want to try it out. You can download it
22/11/24
Penugonda chenna reddy
, …
Filip Filmar
11
20/11/24
How to use debian package as part of hermitic builds.
On Wed, Nov 20, 2024 at 12:45 PM Allan Clark <chicken...@gmail.com> wrote: On Wednesday,
no leída,
How to use debian package as part of hermitic builds.
On Wed, Nov 20, 2024 at 12:45 PM Allan Clark <chicken...@gmail.com> wrote: On Wednesday,
20/11/24
Karolina Kalin (xWF)
19/11/24
BazelCon 2024 Recap: Recordings and Birds of a Feather Session Notes [blog post]
✨ New blog.bazel.build post ✨ BazelCon 2024 Recap: Recordings and Birds of a Feather Session Notes
no leída,
BazelCon 2024 Recap: Recordings and Birds of a Feather Session Notes [blog post]
✨ New blog.bazel.build post ✨ BazelCon 2024 Recap: Recordings and Birds of a Feather Session Notes
19/11/24
Duncan Lutz
,
dawagner
2
19/11/24
Bazel / Rust Dependency Build Error
See https://github.com/bazelbuild/rules_rust/issues/2677 which has both workarounds and discussion of
no leída,
Bazel / Rust Dependency Build Error
See https://github.com/bazelbuild/rules_rust/issues/2677 which has both workarounds and discussion of
19/11/24
Karolina Kalin (xWF)
13/11/24
User Survey - IntelliJ, CLion, and other IDE Bazel plugins
Hi, We're looking to gather some feedback on the IntelliJ, CLion, and other IDE Bazel plugins,
no leída,
User Survey - IntelliJ, CLion, and other IDE Bazel plugins
Hi, We're looking to gather some feedback on the IntelliJ, CLion, and other IDE Bazel plugins,
13/11/24
Hee Cha (xWF)
12/11/24
Bazel 7.4.1 is released
Hi all, Bazel 7.4.1 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.4.1 Thank
no leída,
Bazel 7.4.1 is released
Hi all, Bazel 7.4.1 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.4.1 Thank
12/11/24