11 Star 161 Fork 450

Elaina / bilibili-go-code

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.bazelrc 1.25 KB
Copy Edit Raw Blame History
maple3142 authored 2019-04-22 17:42 . 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
Go
1
https://gitee.com/miko201728/bilibili-go-code.git
git@gitee.com:miko201728/bilibili-go-code.git
miko201728
bilibili-go-code
bilibili-go-code
master

Search