Skip to content

Commit 750890f

Browse files
chore: address version resolution warnings and rename flag to --remote_build_event_upload (#1683)
Clean up low-hanging warnings. --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 03ffa38 commit 750890f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ bazel_dep(
1616

1717
# The apple_support bazel_dep must come before the rules_cc.
1818
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
19-
bazel_dep(name = "apple_support", version = "1.15.1")
20-
bazel_dep(name = "rules_cc", version = "0.0.16")
21-
bazel_dep(name = "platforms", version = "0.0.10")
19+
bazel_dep(name = "apple_support", version = "1.21.1")
20+
bazel_dep(name = "rules_cc", version = "0.0.17")
21+
bazel_dep(name = "platforms", version = "0.0.11")
2222

2323
# With bzlmod enabled, any dependencies for repositories generated by
2424
# rules_swift_package_manager _must_ be a runtime dependency of rules_swift_package_manager.
2525
bazel_dep(
2626
name = "rules_swift",
27-
version = "2.2.0",
27+
version = "2.4.0",
2828
max_compatibility_level = 3,
2929
repo_name = "build_bazel_rules_swift",
3030
)

shared.bazelrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ build:cache --experimental_remote_cache_async
2929
build:cache --experimental_remote_cache_compression
3030

3131
# Recommended by BuildBuddy
32-
build --experimental_remote_build_event_upload=minimal
33-
build --noslim_profile
34-
build --experimental_profile_include_target_label
35-
build --experimental_profile_include_primary_output
32+
build --remote_build_event_upload=minimal
33+
build --noslim_profile
34+
build --experimental_profile_include_target_label
35+
build --experimental_profile_include_primary_output
3636
build --nolegacy_important_outputs
3737

3838
# Finish BES upload in the background. Disable BES upload when running.

0 commit comments

Comments
 (0)