Skip to content

Commit

Permalink
Merge pull request rabbitmq#10849 from rabbitmq/rin/windows-no_focus_…
Browse files Browse the repository at this point in the history
…no_shard

Use rules_erlang 3.15.1
  • Loading branch information
HoloRin authored Mar 27, 2024
2 parents 76fa134 + d59a27a commit 6531bb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build:buildbuddy --experimental_remote_cache_async
build:buildbuddy --noslim_profile
build:buildbuddy --experimental_profile_include_target_label
build:buildbuddy --experimental_profile_include_primary_output
build:buildbuddy --experimental_remote_build_event_upload=minimal
build:buildbuddy --remote_build_event_upload=minimal
build:buildbuddy --nolegacy_important_outputs

# buildbuddy implies remote cache, so ct_logdir is restored to its default for reproducibility
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
build:buildbuddy --disk_cache=
build:buildbuddy --noexperimental_remote_cache_compression
build:buildbuddy --noexperimental_remote_cache_async
build:buildbuddy --remote_build_event_upload=all
EOF
bazelisk info release
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bazel_dep(

bazel_dep(
name = "rules_erlang",
version = "3.15.0",
version = "3.15.1",
)

bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rules_pkg_dependencies()
git_repository(
name = "rules_erlang",
remote = "https://github.com/rabbitmq/rules_erlang.git",
tag = "3.15.0",
tag = "3.15.1",
)

load("@rules_erlang//:internal_deps.bzl", "rules_erlang_internal_deps")
Expand Down

0 comments on commit 6531bb4

Please sign in to comment.