If bazel info release returns development version or (@non-git), tell us how you built Bazel. No response What's the output of git remote get-url origin; git rev-parse HEAD ? No response Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduc...
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible. A reproducer is here:https://github.com/cameron-martin/bazel-shared-library-redundant-compilation Information is in the README on how to run it Which operating system are you running Bazel on...
Which operating system are you running Bazel on? No response What is the output ofbazel info release? No response Ifbazel info releasereturnsdevelopment versionor(@non-git), tell us how you built Bazel. No response What's the output ofgit remote get-url origin; git rev-parse HEAD? No re...
(18:32:25) ERROR: /Users/buildkite/builds/bk-macos-pln3-ds9s/bazel/rules-rust-rustlang/test/cc_shared_library/BUILD.bazel:19:18: in cc_shared_library rule //test/cc_shared_library:shared: -- | Traceback (most recent call last): | File "/virtual_builtins_bzl/common/cc/cc_shared...
bazel-iomentioned this pull requestMay 28, 2024 github-merge-queuebotpushed a commit that referenced this pull requestMay 28, 2024 [7.2.0] Makecc_shared_libraryrunnable standalone (#22562)… Verified 92f5a61 When loaded as a `data` dependency (e.g. for `dlopen`), the runfiles of a ...
a fast, scalable, multi-language and extensible build system - Propagate `linkopts` of header-only libraries to `cc_shared_library` · bazel-io/bazel@3ef9fb3
Please resolve manually. src/main/starlark/builtins_bzl/common/cc/cc_shared_library.bzl src/main/starlark/tests/builtins_bzl/cc/cc_shared_library/test_cc_shared_library/starlark_tests.bzl cc: @bazelbuild/triageSign up for free to join this conversation on GitHub. Already have an account?
ExpectedBazelTargets: []string{ MakeBazelTarget("aidl_library", "foo_aidl_library", AttrNameToString{ "srcs": `["Foo.aidl"]`, }), MakeBazelTarget("cc_aidl_library", "foo_cc_aidl_library", AttrNameToString{ "deps": `[":foo_aidl_library"]`, "implementation_dynamic_deps": `[ ":baz...
fmeum authored and bazel-io committed Oct 16, 2024 1 parent b8f7d56 commit 922a290 Showing 70 changed files with 97 additions and 69 deletions. Whitespace Ignore whitespace Split Unified src/main/starlark builtins_bzl/common/cc cc_shared_library.bzl ...