From 7055534fb35c87a0ae5f0a69c96ecaa960bc84ad Mon Sep 17 00:00:00 2001 From: Thiago Cruz Date: Mon, 27 May 2024 17:02:38 -0400 Subject: [PATCH] Force bazel_version in update_all_fixtures to working SHA until last_green is fixed Signed-off-by: Thiago Cruz --- test/update_all_fixtures.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/update_all_fixtures.sh b/test/update_all_fixtures.sh index d7bb76f5c9..f6055915b3 100755 --- a/test/update_all_fixtures.sh +++ b/test/update_all_fixtures.sh @@ -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