1 Star 0 Fork 1

wangce888 / glog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILD.bazel 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rodrigo Queiro 提交于 2022-03-02 12:22 . Add CI job for clang-cl on Windows
licenses(["notice"])
exports_files(["COPYING"])
load(":bazel/glog.bzl", "glog_library")
glog_library()
# platform() to build with clang-cl on Bazel CI. This is enabled with
# the flags in .bazelci/presubmit.yml:
#
# --incompatible_enable_cc_toolchain_resolution
# --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl
# --extra_execution_platforms=//:x64_windows-clang-cl
platform(
name = "x64_windows-clang-cl",
constraint_values = [
"@platforms//cpu:x86_64",
"@platforms//os:windows",
"@bazel_tools//tools/cpp:clang-cl",
],
)
1
https://gitee.com/wangce888/glog.git
git@gitee.com:wangce888/glog.git
wangce888
glog
glog
master

搜索帮助