Grup
Percakapan
Semua grup dan pesan
Kirim masukan ke Google
Bantuan
Pelatihan
Login
Grup
bazel-discuss
Percakapan
Tentang
bazel-discuss
1–30 dari 4312
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.
Tandai semua sebagai sudah dibaca
Laporkan grup
0 dipilih
Ajith Ramanathan
, …
Filip Filmar
4
11 Sep
A question about repository rules and migrating to modules
Thanks Xudong, for the help! @Filip: Yeah, it is a significant errand, but I have some time to spare.
belum dibaca,
A question about repository rules and migrating to modules
Thanks Xudong, for the help! @Filip: Yeah, it is a significant errand, but I have some time to spare.
11 Sep
Jonathan Perry
5 Sep
Disable ijar for a single java_library
Hello! I have a repo with Lombok in it which has forced me to disable ijar generation across the
belum dibaca,
Disable ijar for a single java_library
Hello! I have a repo with Lombok in it which has forced me to disable ijar generation across the
5 Sep
Arun Rao
, …
Jiawen Chen
6
27 Agu
cc_import mangles shared library name on Linux but not on MacOS
Agreed. I'm curious what your use case is such that you care about the output path and that they
belum dibaca,
cc_import mangles shared library name on Linux but not on MacOS
Agreed. I'm curious what your use case is such that you care about the output path and that they
27 Agu
Ming Zhao
,
Xudong Yang
2
27 Agu
bzlmod: should I use repo_name or not in bazel_dep?
It doesn't really matter; the usage of `repo_name` is local to your module only, and invisible to
belum dibaca,
bzlmod: should I use repo_name or not in bazel_dep?
It doesn't really matter; the usage of `repo_name` is local to your module only, and invisible to
27 Agu
Alexander Szakaly
, …
Filip Filmar
3
26 Agu
How to properly sandbox ld.so for tests built with bazel?
There is `clodl`: https://github.com/tweag/clodl F On Mon, Aug 26, 2024 at 8:14 AM Fabian
belum dibaca,
How to properly sandbox ld.so for tests built with bazel?
There is `clodl`: https://github.com/tweag/clodl F On Mon, Aug 26, 2024 at 8:14 AM Fabian
26 Agu
pehe...@gmail.com
26 Agu
Migrate to rules_python
Hi! We are trying to migrate to the an hermetic toolchain for python with rules_python. We are
belum dibaca,
Migrate to rules_python
Hi! We are trying to migrate to the an hermetic toolchain for python with rules_python. We are
26 Agu
Kathrin Paschen
26 Agu
experimental_java_library_export_do_not_use -- new interface planned?
Hi, I've been looking at an idea that might require me to write a custom java_library rule. In
belum dibaca,
experimental_java_library_export_do_not_use -- new interface planned?
Hi, I've been looking at an idea that might require me to write a custom java_library rule. In
26 Agu
Jonathan Perry
, …
Manuel
41
26 Agu
Interactions between label_flags
El sáb, 17 ago 2024, 11:30, Jonathan Perry <jonp...@gmail.com> escribió: On Sat, Aug 17, 2024
belum dibaca,
Interactions between label_flags
El sáb, 17 ago 2024, 11:30, Jonathan Perry <jonp...@gmail.com> escribió: On Sat, Aug 17, 2024
26 Agu
Hee Cha (xWF)
19 Agu
Bazel 7.4.0 release branch is ready
Hi all, The Bazel 7.4.0 release branch (release-7.4.0) is open for business. Please send cherry-pick
belum dibaca,
Bazel 7.4.0 release branch is ready
Hi all, The Bazel 7.4.0 release branch (release-7.4.0) is open for business. Please send cherry-pick
19 Agu
Hee Cha (xWF)
19 Agu
Bazel 7.3.1 is released
Hi all, Bazel 7.3.1 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.3.1 Thank
belum dibaca,
Bazel 7.3.1 is released
Hi all, Bazel 7.3.1 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.3.1 Thank
19 Agu
Hee Cha (xWF)
14 Agu
Bazel 7.3.1 release candidate 2 is available for testing
Hi Everyone, Bazel 7.3.1rc2 is now available for those that want to try it out. You can download it
belum dibaca,
Bazel 7.3.1 release candidate 2 is available for testing
Hi Everyone, Bazel 7.3.1rc2 is now available for those that want to try it out. You can download it
14 Agu
Hee Cha (xWF)
13 Agu
Bazel 7.3.1 release candidate 1 is available for testing
Hi Everyone, Bazel 7.3.1rc1 is now available for those that want to try it out. You can download it
belum dibaca,
Bazel 7.3.1 release candidate 1 is available for testing
Hi Everyone, Bazel 7.3.1rc1 is now available for those that want to try it out. You can download it
13 Agu
Hee Cha (xWF)
12 Agu
Bazel 7.3.0 is released
Hi all, Bazel 7.3.0 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.3.0 Thank
belum dibaca,
Bazel 7.3.0 is released
Hi all, Bazel 7.3.0 is now available: https://github.com/bazelbuild/bazel/releases/tag/7.3.0 Thank
12 Agu
Hee Cha
7 Agu
Bazel 7.3.0 release candidate 2 is available for testing
Hi Everyone, Bazel 7.3.0rc2 is now available for those that want to try it out. You can download it
belum dibaca,
Bazel 7.3.0 release candidate 2 is available for testing
Hi Everyone, Bazel 7.3.0rc2 is now available for those that want to try it out. You can download it
7 Agu
Ajith Ramanathan
6 Agu
How do I find out the values that Bazel is using for certain env. variables
I'm trying to compile on Windows with LLVM, and Bazel doesn't seem to find it. I'd like
belum dibaca,
How do I find out the values that Bazel is using for certain env. variables
I'm trying to compile on Windows with LLVM, and Bazel doesn't seem to find it. I'd like
6 Agu
Jonathan Perry
, …
Hemanshu Vadehra
10
6 Agu
Bootstrapping a java_runtime
That makes sense and thank you very much for the links. That doesn't cover the public keys though
belum dibaca,
Bootstrapping a java_runtime
That makes sense and thank you very much for the links. That doesn't cover the public keys though
6 Agu
Jonathan Mayer
6 Agu
serializing Args to a shell-escaped string
I want to be able to use an Args object (produced using ctx.actions.args) in creating the command
belum dibaca,
serializing Args to a shell-escaped string
I want to be able to use an Args object (produced using ctx.actions.args) in creating the command
6 Agu
Anitha Syed
2 Agu
rules to recognize the extra output files by bazel
Hi, I tried to execute a wrapper script on for the gcc and gtest which creates a .sym But the bazel
belum dibaca,
rules to recognize the extra output files by bazel
Hi, I tried to execute a wrapper script on for the gcc and gtest which creates a .sym But the bazel
2 Agu
Harsh Trivedi
31 Jul
Bazel Courses
Can someone recommend good courses for bazel? Also it would be great if you can share your learning
belum dibaca,
Bazel Courses
Can someone recommend good courses for bazel? Also it would be great if you can share your learning
31 Jul
Hee Cha
30 Jul
Bazel 7.3.0 release candidate 1 is available for testing
Hi Everyone, Bazel 7.3.0rc1 is now available for those that want to try it out. You can download it
belum dibaca,
Bazel 7.3.0 release candidate 1 is available for testing
Hi Everyone, Bazel 7.3.0rc1 is now available for those that want to try it out. You can download it
30 Jul
Helcio Mayor
, …
David Turner
4
29 Jul
Bazel rule with unknow output file
On Mon, Jul 29, 2024 at 8:35 AM Filip Filmar <fil...@gmail.com> wrote: On Fri, Jul 26, 2024 at
belum dibaca,
Bazel rule with unknow output file
On Mon, Jul 29, 2024 at 8:35 AM Filip Filmar <fil...@gmail.com> wrote: On Fri, Jul 26, 2024 at
29 Jul
Marc Allen
29 Jul
Accessing toolchain action config within custom rule
Hello, I have been looking through the docs and code to find an answer to this question, but nothing
belum dibaca,
Accessing toolchain action config within custom rule
Hello, I have been looking through the docs and code to find an answer to this question, but nothing
29 Jul
Gergely Kis
, …
Lukács T. Berki
3
23 Jul
Any post-mortem on why the AOSP transition to Bazel was cancelled?
Gergely is right: the migration has been cancelled. Android chose not to continue with its migration
belum dibaca,
Any post-mortem on why the AOSP transition to Bazel was cancelled?
Gergely is right: the migration has been cancelled. Android chose not to continue with its migration
23 Jul
Keerthana Kumar
23 Jul
Bazel Q2 2024 Community Update
Hi everyone, We're excited to share the Bazel Q2 2024 community update! This quarter's update
belum dibaca,
Bazel Q2 2024 Community Update
Hi everyone, We're excited to share the Bazel Q2 2024 community update! This quarter's update
23 Jul
Craig Paris
, …
Tiago Quelhas
3
18 Jul
Unable to create symlink when upgrading to Bazel 7
Does the issue go away if you build with `--remote_download_all`? On Wed, Jul 17, 2024 at 1:13 PM
belum dibaca,
Unable to create symlink when upgrading to Bazel 7
Does the issue go away if you build with `--remote_download_all`? On Wed, Jul 17, 2024 at 1:13 PM
18 Jul
andreas.0...@gmail.com
5 Jul
Self-defined C/C++ toolchain with "no_legacy_features" does not accept unknown features
Hi all, I am wrestling a problem that I have already asked in Slack: https://bazelbuild.slack.com/
belum dibaca,
Self-defined C/C++ toolchain with "no_legacy_features" does not accept unknown features
Hi all, I am wrestling a problem that I have already asked in Slack: https://bazelbuild.slack.com/
5 Jul
Menny Even Danan
2
3 Jul
Issue with config_settings starlark tests and nested WORKSPACE
The issue was the the the label I used should look (string-wise) differently in different workspaces.
belum dibaca,
Issue with config_settings starlark tests and nested WORKSPACE
The issue was the the the label I used should look (string-wise) differently in different workspaces.
3 Jul
Michael Allwright
3 Jul
How do I provide a py_binary's runfiles to a C toolchain in Bazel
See this Stack Overflow question: https://stackoverflow.com/q/78703242/5164339
belum dibaca,
How do I provide a py_binary's runfiles to a C toolchain in Bazel
See this Stack Overflow question: https://stackoverflow.com/q/78703242/5164339
3 Jul
Brian Saghy
2 Jul
Re: [bazel-discuss] test
ERROR: The 'test' command is only supported from within a workspace (below a directory having
belum dibaca,
Re: [bazel-discuss] test
ERROR: The 'test' command is only supported from within a workspace (below a directory having
2 Jul
Sergey Vlasov
,
Alex Humesky
2
1 Jul
Expand make variables depricated?
This is from the discussion here right? https://stackoverflow.com/questions/78683463/bazel-make-
belum dibaca,
Expand make variables depricated?
This is from the discussion here right? https://stackoverflow.com/questions/78683463/bazel-make-
1 Jul