-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.bazelrc
More file actions
16 lines (12 loc) · 929 Bytes
/
.bazelrc
File metadata and controls
16 lines (12 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# To update these lines, execute
# `bazel run @rules_bazel_integration_test//tools:update_deleted_packages`
build --deleted_packages=examples/customized,examples/customized/helper/authenticate,examples/customized/helper/cache,examples/customized/helper/helperfactory,examples/full,examples/full/analysis,examples/full/nodejs,examples/testing/analysis,examples/testing/check_file_hash
query --deleted_packages=examples/customized,examples/customized/helper/authenticate,examples/customized/helper/cache,examples/customized/helper/helperfactory,examples/full,examples/full/analysis,examples/full/nodejs,examples/testing/analysis,examples/testing/check_file_hash
test --test_output=errors
build --@rules_go//go/config:pure
# to make Bazel integration tests work on Windows
common --enable_runfiles
startup --windows_enable_symlinks
# Generated by the CI
try-import %workspace%/local.bazelrc
try-import %workspace%/.bazelrc.user