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

Force bazel_version in update_all_fixtures.sh to working SHA #3033

Merged
Merged
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
5 changes: 4 additions & 1 deletion test/update_all_fixtures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ for dir in examples/*/ ; do
if [[ "$dir" == "examples/rules_ios/" ]]; then
bazel_version="7.1.1"
else
bazel_version="last_green"
# See https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3029
#
# Temporary change to make CI pass until the fix is in `last_green`
bazel_version="dd2464a5933e0a5a6765024573832717b71989bf"
fi

echo
Expand Down
Loading