網路論壇
登入
網路論壇
bazel-discuss
會話群組
關於
提供意見
說明
bazel-discuss
第 1 - 30 個,共有 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.
全部標示為已讀取
檢舉群組
已選取 0 列
Yun Zuo
12月23日
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
未讀,
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
12月23日
Eric Stoces
,
Austin Schuh
2
12月20日
.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
未讀,
.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日
Hee Cha (xWF)
12月20日
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
未讀,
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日
Alexander Kornilov
,
Alexandre Rostovtsev
2
12月20日
File convertor
There are 3 ways to solve this: you can write a symbolic macro which calls a genrule, a legacy macro
未讀,
File convertor
There are 3 ways to solve this: you can write a symbolic macro which calls a genrule, a legacy macro
12月20日
Tushar Sharma
, …
John Cater
4
12月19日
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
未讀,
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日
Aayush Ostwal
,
Austin Schuh
2
12月18日
cache Bazel test outputs
TEST_UNDECLARED_OUTPUTS_DIR is how we have done something similar in the past. It works with remote
未讀,
cache Bazel test outputs
TEST_UNDECLARED_OUTPUTS_DIR is how we have done something similar in the past. It works with remote
12月18日
Karolina Kalin
12月16日
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
未讀,
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日
ashwith chandra
,
Ronald Fenner
2
12月16日
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
未讀,
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日
Charlie Johnston
12月13日
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
未讀,
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
12月13日
Hee Cha (xWF)
12月12日
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
未讀,
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日
Keerthana Kumar
12月9日
Bazel 8.0 is released!
Hi everyone, We're excited to announce the release of Bazel 8.0! 🚀 To learn more, check out the
未讀,
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日
Talal Tahir
12月6日
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
未讀,
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日
Hee Cha (xWF)
12月6日
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
未讀,
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
12月6日
Hee Cha (xWF)
12月4日
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
未讀,
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
12月4日
Eric Stoces
,
Keith Smiley
3
12月4日
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
未讀,
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
12月4日
Manish Singh
12月1日
Bazel Function to return sha256sum
Hi, I am looking a way to find sha256sum in bazel. normally bazel rule defines output which is
未讀,
Bazel Function to return sha256sum
Hi, I am looking a way to find sha256sum in bazel. normally bazel rule defines output which is
12月1日
Mike Krinkin
11月28日
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
未讀,
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
11月28日
Hee Cha (xWF)
11月28日
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
未讀,
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
11月28日
Xiaofeng Wang
2
11月26日
How bazel bzlmod resolve the deps versions?
Thanks, this is really what I want. BTW, problem solved by manually checking dependencies of all the
未讀,
How bazel bzlmod resolve the deps versions?
Thanks, this is really what I want. BTW, problem solved by manually checking dependencies of all the
11月26日
Arndt
,
Xudong Yang
2
11月25日
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
未讀,
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
11月25日
Hee Cha (xWF)
11月25日
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
未讀,
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
11月25日
Hee Cha (xWF)
11月22日
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
未讀,
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
11月22日
Penugonda chenna reddy
, …
Filip Filmar
11
11月20日
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,
未讀,
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,
11月20日
Karolina Kalin (xWF)
11月19日
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
未讀,
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
11月19日
Duncan Lutz
,
dawagner
2
11月19日
Bazel / Rust Dependency Build Error
See https://github.com/bazelbuild/rules_rust/issues/2677 which has both workarounds and discussion of
未讀,
Bazel / Rust Dependency Build Error
See https://github.com/bazelbuild/rules_rust/issues/2677 which has both workarounds and discussion of
11月19日
Karolina Kalin (xWF)
11月13日
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,
未讀,
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,
11月13日
Hee Cha (xWF)
11月12日
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
未讀,
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
11月12日
Jayson Salazar Rodriguez
, …
Yun Peng
3
11月12日
Expired Slack Invitation
Should be fixed by https://github.com/bazelbuild/continuous-integration/commit/
未讀,
Expired Slack Invitation
Should be fixed by https://github.com/bazelbuild/continuous-integration/commit/
11月12日
Red
11月12日
Handle custom rule src file dependency of build commands
I am trying to implement automatic dependency population based on c includes using gazelle. The
未讀,
Handle custom rule src file dependency of build commands
I am trying to implement automatic dependency population based on c includes using gazelle. The
11月12日
Penugonda chenna reddy
, …
Adam Hamilton
7
11月12日
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
未讀,
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
11月12日