Bazel 是一款可扩展、多语言的构建系统,可快速可靠地构建和测试任何规模的软件。Bazel 在 Google 大规模软件开发实践能力方面起着至关重要的作用。
加速构建和测试:Bazel 只重建必要的东西。借助高级本地和分布式缓存,优化的依赖关系分析和并行执行,你可以享受快速和增量构建。
一款工具,多种语言:支持构建和测试 Java、C ++、Android、iOS、Go 和其他各种语言平台。可运行在 Windows、macOS 和 Linux 上。
可扩展:Bazel 可帮助扩展组织、代码库和持续集成解决方案。可处理任意大小的代码库。
按需使用:Bazel 可按需添加对新语言和平台的支持,可分享和重用 Bazel 社区撰写的语言规则。
Bazel 0.20.0 Breaking changes :
--incompatible_remove_native_http_archive
--incompatible_remove_native_git_repository
--incompatible_disable_cc_toolchain_label_from_crosstool_proto
--incompatible_disable_depset_in_cc_user_flags
--incompatible_disable_cc_configuration_make_variables
--incompatible_disallow_conflicting_providers
--incompatible_range_type
发行地址:
https://github.com/bazelbuild/bazel/releases/tag/0.20.0
评论删除后,数据将无法恢复
Bazel 0.20.0 发布,快速、可扩展的构建系统
Bazel 是一款可扩展、多语言的构建系统,可快速可靠地构建和测试任何规模的软件。Bazel 在 Google 大规模软件开发实践能力方面起着至关重要的作用。
加速构建和测试:Bazel 只重建必要的东西。借助高级本地和分布式缓存,优化的依赖关系分析和并行执行,你可以享受快速和增量构建。
一款工具,多种语言:支持构建和测试 Java、C ++、Android、iOS、Go 和其他各种语言平台。可运行在 Windows、macOS 和 Linux 上。
可扩展:Bazel 可帮助扩展组织、代码库和持续集成解决方案。可处理任意大小的代码库。
按需使用:Bazel 可按需添加对新语言和平台的支持,可分享和重用 Bazel 社区撰写的语言规则。
Bazel 0.20.0 Breaking changes :
--incompatible_remove_native_http_archive
--incompatible_remove_native_git_repository
--incompatible_disable_cc_toolchain_label_from_crosstool_proto
--incompatible_disable_depset_in_cc_user_flags
--incompatible_disable_cc_configuration_make_variables
--incompatible_disallow_conflicting_providers
--incompatible_range_type
发行地址:
https://github.com/bazelbuild/bazel/releases/tag/0.20.0