英文: authenticate docker for gcp artifact registry in bazel test 问题 我有一个 bazel 测试,它执行 docker build 和 ...
toolchain_type在Bazel中的正确使用方式是什么?
英文: Proper use of toolchain_type in Bazel? 问题 我需要在Bazel中实现一个自定义的工具链来使用自定义编译器 ccppc。 我正在遵循 这里,但是似乎Baz...
使用bazel-gazelle时,Go proto导入出现错误。
英文: Error with Go proto imports when using bazel-gazelle 问题 我有一个仓库,其中我使用了gazelle和proto build规则。我的仓库结...
One Bazel project produces binary and static library files, another similar project only produces binary files
英文: One Bazel project produces binary and static library files, another similar project only produce...
golang bazel docker 错误:无法启动进程:fork/exec /go/src/my_bin_svc: 功能未实现
英文: golang bazel docker error: could not launch process: fork/exec /go/src/my_bin_svc: function not ...
如何从Bazel的包含路径中移除第一个目录?
英文: How can I remove the first directory from the include path in bazel? 问题 我有以下的项目结构,我正在尝试从另一个构建系统迁...
尝试使用Bazel构建并使Open Image Denoise正常工作。
英文: Try to build and get Open Image Denoise working with Bazel 问题 目前,我尝试让 Open Image Denoise 与 Bazel...
`go mod tidy` 抱怨缺少由 Bazel 生成的 protobuf 包。
英文: `go mod tidy` complains that the bazel-generated protobuf package is missing 问题 我有一个位于目录中的.proto...
如何检查 @local_config_platform//:host?
英文: How to inspect @local_config_platform//:host? 问题 我遇到了一些工具链问题,出现了如下错误: INFO: ToolchainResolution:...
问题:在Bazel沙盒中运行remix二进制文件存在问题。
英文: Issues with running remix Binary in Bazel sandbox 问题 我在尝试将bazel作为remix的构建工具时遇到了问题。我已经能够在开发模式下运行r...
6