2 Star 1 Fork 22

Adolf / go-common

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.bazelrc 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
bean.liu 提交于 2019-04-22 16:59 . init
startup --expand_configs_in_place
startup --max_idle_secs=10800 --connect_timeout_secs=5
startup --host_jvm_args=-XX:+UseParallelGC --host_jvm_args=-Xmx6g --host_jvm_args=-Xms1g
startup --idle_server_tasks --noexperimental_oom_more_eagerly --experimental_oom_more_eagerly_threshold=100
# Show us information about failures.
# build --watchfs
build:ci -j 4
build --experimental_repository_cache_hardlinks
build --experimental_guard_against_concurrent_changes
build --experimental_strict_action_env
build --announce_rc
build --remote_http_cache=http://bazel-cache.bilibili.co/go-common --remote_local_fallback
build --remote_max_connections=0
build:ci --genrule_strategy=standalone --spawn_strategy=standalone
build:office --genrule_strategy=sandboxed --spawn_strategy=sandboxed
build --verbose_failures
build:unit --features=race
test --test_output=errors
test --test_arg=-test.v
test:unit --features=race
test --test_summary=detailed
# Include git version info
build --workspace_status_command build/print-workspace-status.sh
# Make /tmp hermetic
#build --sandbox_tmpfs_path=/tmp
build --experimental_multi_threaded_digest
build --remote_timeout=5
# This flag requires Bazel 0.5.0+
#build --sandbox_fake_username
# Enable go race detection.
test:unit --features=race
1
https://gitee.com/Adolf_L/go-common.git
git@gitee.com:Adolf_L/go-common.git
Adolf_L
go-common
go-common
master

搜索帮助