File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ build:buildbuddy --experimental_remote_cache_async
2828build:buildbuddy --noslim_profile
2929build:buildbuddy --experimental_profile_include_target_label
3030build:buildbuddy --experimental_profile_include_primary_output
31- build:buildbuddy --experimental_remote_build_event_upload =minimal
31+ build:buildbuddy --remote_build_event_upload =minimal
3232build:buildbuddy --nolegacy_important_outputs
3333
3434# buildbuddy implies remote cache, so ct_logdir is restored to its default for reproducibility
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ bazel_dep(
3636
3737bazel_dep (
3838 name = "rules_erlang" ,
39- version = "3.15.0 " ,
39+ version = "3.15.1 " ,
4040)
4141
4242bazel_dep (
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rules_pkg_dependencies()
1919git_repository (
2020 name = "rules_erlang" ,
2121 remote = "https://github.com/rabbitmq/rules_erlang.git" ,
22- tag = "3.15.0 " ,
22+ tag = "3.15.1 " ,
2323)
2424
2525load ("@rules_erlang//:internal_deps.bzl" , "rules_erlang_internal_deps" )
You can’t perform that action at this time.
0 commit comments