Skip to content

Commit e85f4be

Browse files
HoloRinmergify[bot]
authored andcommitted
Cache more artifacts from the windows build
for debugging purposes (cherry picked from commit 86211f2)
1 parent d8bd725 commit e85f4be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build:buildbuddy --experimental_remote_cache_async
2828
build:buildbuddy --noslim_profile
2929
build:buildbuddy --experimental_profile_include_target_label
3030
build:buildbuddy --experimental_profile_include_primary_output
31-
build:buildbuddy --experimental_remote_build_event_upload=minimal
31+
build:buildbuddy --remote_build_event_upload=minimal
3232
build:buildbuddy --nolegacy_important_outputs
3333

3434
# buildbuddy implies remote cache, so ct_logdir is restored to its default for reproducibility

.github/workflows/test-windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
build:buildbuddy --disk_cache=
5353
build:buildbuddy --noexperimental_remote_cache_compression
5454
build:buildbuddy --noexperimental_remote_cache_async
55+
build:buildbuddy --remote_build_event_upload=all
5556
EOF
5657
5758
bazelisk info release

0 commit comments

Comments
 (0)