-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.bazelrc
28 lines (23 loc) · 914 Bytes
/
.bazelrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
common --noenable_bzlmod
common --color=yes
common --action_env=APT_ROOT=apt
common --host_action_env=APT_ROOT=apt
common --action_env=GITHUB_TOKEN
common --host_action_env=GITHUB_TOKEN
common:ci --noshow_progress
common:ci --noshow_loading_progress
common:ci --test_output=errors
common:ci --//:aptly-custom=//:.aptly-ci-override
common:ci --action_env=APT_ROOT=/opt/build/cache
common:ci --host_action_env=APT_ROOT=/opt/build/cache
# common:ci --sandbox_writable_path=/opt/build
common:ci --jobs=HOST_CPUS
common:debs-ci --config=ci
common:debs-ci --//debs:excludes=//debs:excludes.txt
common:debs-ci --//debs:token=//debs:token.txt
common:publish-ci --config=debs-ci
common:publish-ci --//tools/tarball:target=//:html
common:publish-ci --//tools/tarball:overwrite=//tools/tarball:true
common:publish-ci --//debs:signing-token=//debs:signing-token.txt
common:debug-bazel --announce_rc
common:debug-bazel -s