Groepen
Inloggen
Groepen
bazel-discuss
Conversaties
Informatie over
Feedback sturen
Help
bazel-discuss
1-30 van 4367
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.
Alles markeren als gelezen
Groep melden
0 geselecteerd
Yun Zuo
23 dec
bazel5.4.0 memory profile
I'm using bazel 5.4.0 as a build tool, and I want to analyze where my project's build memory
ongelezen,
bazel5.4.0 memory profile
I'm using bazel 5.4.0 as a build tool, and I want to analyze where my project's build memory
23 dec
Eric Stoces
,
Austin Schuh
2
20 dec
.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
ongelezen,
.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 dec
Hee Cha (xWF)
20 dec
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
ongelezen,
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 dec
Alexander Kornilov
,
Alexandre Rostovtsev
2
20 dec
File convertor
There are 3 ways to solve this: you can write a symbolic macro which calls a genrule, a legacy macro
ongelezen,
File convertor
There are 3 ways to solve this: you can write a symbolic macro which calls a genrule, a legacy macro
20 dec
Tushar Sharma
, …
John Cater
4
19 dec
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
ongelezen,
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 dec
Aayush Ostwal
,
Austin Schuh
2
18 dec
cache Bazel test outputs
TEST_UNDECLARED_OUTPUTS_DIR is how we have done something similar in the past. It works with remote
ongelezen,
cache Bazel test outputs
TEST_UNDECLARED_OUTPUTS_DIR is how we have done something similar in the past. It works with remote
18 dec
Karolina Kalin
16 dec
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
ongelezen,
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 dec
ashwith chandra
,
Ronald Fenner
2
16 dec
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
ongelezen,
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 dec
Charlie Johnston
13 dec
Bzlmod Migration Help - Accessing .bzl Files From Other Repos
I have a framework used within an organization that has a base set of rules that exist in a GIT
ongelezen,
Bzlmod Migration Help - Accessing .bzl Files From Other Repos
I have a framework used within an organization that has a base set of rules that exist in a GIT
13 dec
Hee Cha (xWF)
12 dec
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
ongelezen,
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 dec
Keerthana Kumar
9 dec
Bazel 8.0 is released!
Hi everyone, We're excited to announce the release of Bazel 8.0! 🚀 To learn more, check out the
ongelezen,
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 dec
Talal Tahir
6 dec
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
ongelezen,
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 dec
Hee Cha (xWF)
6 dec
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
ongelezen,
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 dec
Hee Cha (xWF)
4 dec
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
ongelezen,
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 dec
Eric Stoces
,
Keith Smiley
3
4 dec
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
ongelezen,
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 dec
Manish Singh
1 dec
Bazel Function to return sha256sum
Hi, I am looking a way to find sha256sum in bazel. normally bazel rule defines output which is
ongelezen,
Bazel Function to return sha256sum
Hi, I am looking a way to find sha256sum in bazel. normally bazel rule defines output which is
1 dec
Mike Krinkin
28 nov
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
ongelezen,
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 nov
Hee Cha (xWF)
28 nov
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
ongelezen,
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 nov
Xiaofeng Wang
2
26 nov
How bazel bzlmod resolve the deps versions?
Thanks, this is really what I want. BTW, problem solved by manually checking dependencies of all the
ongelezen,
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 nov
Arndt
,
Xudong Yang
2
25 nov
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
ongelezen,
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 nov
Hee Cha (xWF)
25 nov
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
ongelezen,
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 nov
Hee Cha (xWF)
22 nov
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
ongelezen,
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 nov
Penugonda chenna reddy
, …
Filip Filmar
11
20 nov
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,
ongelezen,
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 nov
Karolina Kalin (xWF)
19 nov
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
ongelezen,
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 nov
Duncan Lutz
,
dawagner
2
19 nov
Bazel / Rust Dependency Build Error
See https://github.com/bazelbuild/rules_rust/issues/2677 which has both workarounds and discussion of
ongelezen,
Bazel / Rust Dependency Build Error
See https://github.com/bazelbuild/rules_rust/issues/2677 which has both workarounds and discussion of
19 nov
Karolina Kalin (xWF)
13 nov
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,
ongelezen,
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 nov
Hee Cha (xWF)
12 nov
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
ongelezen,
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 nov
Jayson Salazar Rodriguez
, …
Yun Peng
3
12 nov
Expired Slack Invitation
Should be fixed by https://github.com/bazelbuild/continuous-integration/commit/
ongelezen,
Expired Slack Invitation
Should be fixed by https://github.com/bazelbuild/continuous-integration/commit/
12 nov
Red
12 nov
Handle custom rule src file dependency of build commands
I am trying to implement automatic dependency population based on c includes using gazelle. The
ongelezen,
Handle custom rule src file dependency of build commands
I am trying to implement automatic dependency population based on c includes using gazelle. The
12 nov
Penugonda chenna reddy
, …
Adam Hamilton
7
12 nov
How to Expose Library Header Files to cc_binary Without Using copts in the cc_binary
Thanks Keith Smiley.. It worked !! Understood the difference between includes and copts.. On Tue, Nov
ongelezen,
How to Expose Library Header Files to cc_binary Without Using copts in the cc_binary
Thanks Keith Smiley.. It worked !! Understood the difference between includes and copts.. On Tue, Nov
12 nov