bazel: allow user defined overwrites (#1470)

This commit is contained in:
3u13r 2023-03-20 18:21:47 +01:00 committed by GitHub
parent 05f6d1dc65
commit 88340ba4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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
View File

@ -59,6 +59,7 @@ __pycache__/
# Bazel
bazel-*
tools/pseudo-version
.bazeloverwriterc
# bazeldnf
.bazeldnf/