mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-19 21:38:44 -04:00
bazel: allow user defined overwrites (#1470)
This commit is contained in:
parent
05f6d1dc65
commit
88340ba4cb
2 changed files with 3 additions and 0 deletions
2
.bazelrc
2
.bazelrc
|
@ -47,3 +47,5 @@ build:remote_cache --remote_timeout=3600
|
|||
build:remote_cache --experimental_remote_build_event_upload=minimal
|
||||
build:remote_cache --experimental_remote_cache_compression
|
||||
build:remote_cache_readonly --noremote_upload_local_results # Uploads logs & artifacts without writing to cache
|
||||
|
||||
try-import .bazeloverwriterc
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -59,6 +59,7 @@ __pycache__/
|
|||
# Bazel
|
||||
bazel-*
|
||||
tools/pseudo-version
|
||||
.bazeloverwriterc
|
||||
|
||||
# bazeldnf
|
||||
.bazeldnf/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue