Skip to content

Commit

Permalink
Trying Again
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantamHD authored Oct 4, 2023
1 parent 21ebedf commit cdc323e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ build:ciremotebuild --crosstool_top=@llvm_toolchain//:toolchain
build:ciremotebuild --bes_backend=grpcs://cloud.buildbuddy.io
build:ciremotebuild --remote_cache=https://storage.googleapis.com/bazel-cache-rules-hdl
build:ciremotebuild --google_default_credentials
build:ciremotebuild --remote_download_toplevel
build:ciremotebuild --remote_download_all
build:ciremotebuild --tls_client_certificate=/root/.ssh/buildbuddy-cert.pem
build:ciremotebuild --tls_client_key=/root/.ssh/buildbuddy-key.pem
build:ciremotebuild --build_metadata=VISIBILITY=PUBLIC

test:ciremotebuild --crosstool_top=@llvm_toolchain//:toolchain
test:ciremotebuild --bes_backend=grpcs://cloud.buildbuddy.io
test:ciremotebuild --remote_cache=grpcs://cloud.buildbuddy.io
test:ciremotebuild --remote_download_all
test:ciremotebuild --google_default_credentials
test:ciremotebuild --noremote_upload_local_results # Uploads logs & artifacts without writing to cache
test:ciremotebuild --tls_client_certificate=/root/.ssh/buildbuddy-cert.pem
Expand Down

0 comments on commit cdc323e

Please sign in to comment.