mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 23:49:30 -05:00
bazel: allow user defined overwrites (#1470)
This commit is contained in:
parent
05f6d1dc65
commit
88340ba4cb
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…
Reference in New Issue
Block a user