4 Star 0 Fork 1

CloudBuild/buildbuddy

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
template-user.bazelrc 1.41 KB
Copy Edit Raw Blame History
## All lines are commented out, uncomment and edit the lines you'd like to add to your user specific .bazelrc
## Copy to your user-specific user.bazelrc (which is in .gitignore) with the following command:
## cp template-user.bazelrc user.bazelrc
########################
## API key based auth ##
########################
## Get your API key by:
## 1) Logging in or creating an account here: https://app.buildbuddy.io/
## 2) Following the Quickstart guide here: https://app.buildbuddy.io/docs/setup/
## 3) Update and uncomment the line below accordingly
#--remote_header=x-buildbuddy-api-key=YOUR_API_KEY
############################
## Certificate based auth ##
############################
## Get your certs by:
## 1) Logging in or creating an account here: https://app.buildbuddy.io/
## 2) Click certificate and download certs here: https://app.buildbuddy.io/docs/setup/
## 3) Uncomment the lines below and place certs in your workspace directory, or update the paths below
#build --tls_client_certificate=buildbuddy-cert.pem
#build --tls_client_key=buildbuddy-key.pem
#################################
## Local toolchain development ##
#################################
## Use when developing the toolchain repo
## Uncomment the line below and update the path to point to your local toolchain directory
#build --override_repository=io_buildbuddy_buildbuddy_toolchain=/ABSOLUTE_PATH_TO_YOUR_TOOLCHAIN_DIRECTORY/buildbuddy-toolchain/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cloudbuild888/buildbuddy.git
git@gitee.com:cloudbuild888/buildbuddy.git
cloudbuild888
buildbuddy
buildbuddy
master

Search