ERROR: /home/jv/.cache/bazel/_bazel_jv/e1c4a6250c6ceb5a498b3a5ff767dd81/external/build_bazel_apple_support/crosstool/setup.bzl:69:32: name 'module_extension' is not defined INFO: Repository rules_proto instantiated at: /home/jv/mediapipe/WORKSPACE:111:25: in ...
* Add extension point to detect whether a module is to be orphaned or retained. #6467 * Fix for wrong compiler executable when using custom toolchains #6419 * fix(coverage): Account for SHA in lcov DA parsing #6463 * fix: Mark saveAllFiles as a WriteAction #6459 ...
* Add extension point to detect whether a module is to be orphaned or retained. #6467 * Fix for wrong compiler executable when using custom toolchains #6419 * fix(coverage): Account for SHA in lcov DA parsing #6463 * fix: Mark saveAllFiles as a WriteAction #6459 ...
Repository rules instantiated in the same module extensions can now refer to each other by their extension-specified names in label attributes. A new experimental flag, --experimental_build_event_output_group_mode, allows users to change how a given output group's files are reported in BEP. The...
Migrate to an incremental format forMODULE.bazel.lock 8个月前 extensions.bzl Mark more extensions as reproducible 6个月前 maven_install.json Strip unnecessary Bazel server jar contents 6个月前 rbe_extension.bzl Mark more extensions as reproducible ...
Added support for a new directiveuse_repo_rulein MODULE.bazel files, which allows you to conveniently declare repos that are only visible within your module. --experimental_repository_disable_download is now promoted to stable and is also available under the name --repository_disable_download. ...
bazel_dep(name = "contrib_rules_jvm", version = "0.21.4") bazel_dep(name = "rules_jvm_external", version = "5.3") maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven") maven.install( name = "maven", artifacts = [ "org.postgresql:postgresql:42.6.0", "ch.qos....
%e: Extension suffix, such as the empty string or.exe. %h: Value ofBAZELISK_VERIFY_SHA256, respecting uppercase/lowercase characters. %m: Machine architecture name, such asarm64orx86_64. %o: Operating system name, such asdarwinorlinux. ...
所以下面真的调用bazel进行编译的时候,需要显示采用--config=opt来告知bazel,不要忽略opt这个package(这里是为了使用command:name中group这个特性)。 1.2 再bazel编译 如果只编译支持cpu的,敲如下代码 $bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package ...
pybind_extension( name = "opt_paillier_c2py", # This name is not actually created! srcs = ["src/primihub/pybind_warpper/primitive/opt_paillier_c2py.cc", "src/primihub/pybind_warpper/primitive/opt_paillier_c2py.hpp", ], includes = [ "src/primihub/primitive/opt_paillier/include"...