Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Bazel 8.0.0 #3119

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade to Bazel 8.0.0
Upgrade rules_ios fixtures to use Bazel 7.4.1 for now.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones committed Dec 13, 2024
commit 91e315395f9f0b1fe635c8d568970bc3ab677ec9
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.1
8.0.0
2 changes: 1 addition & 1 deletion test/update_all_fixtures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for dir in examples/*/ ; do
fi

if [[ "$dir" == "examples/rules_ios/" ]]; then
bazel_version="7.1.1"
bazel_version="7.4.1"
else
# See https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3029
#
Expand Down
Loading