From dccfa14786f2e17409cbbff258956e7cddecd689 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Tue, 6 Dec 2022 11:21:51 -0500 Subject: [PATCH] [ci] Fix macOS LUCI merge base Currently the repo tooling relies on `FETCH_HEAD` being set to `origin/main` in CI, which is done in `prepare_tool.sh` for LUCI bots. Longer term we should restructure the CI scripts to be explicit about the base SHA instead of relying on `FETCH_HEAD`, but for now this adds the missing `prepare_tool.sh` step to the new iOS LUCI tests so that they compute diffs correctly. Fixes https://github.com/flutter/flutter/issues/116448 --- .ci/targets/mac_ios_platform_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/targets/mac_ios_platform_tests.yaml b/.ci/targets/mac_ios_platform_tests.yaml index ed63f226eaec..5a00da7278a4 100644 --- a/.ci/targets/mac_ios_platform_tests.yaml +++ b/.ci/targets/mac_ios_platform_tests.yaml @@ -1,4 +1,6 @@ tasks: + - name: prepare tool + script: .ci/scripts/prepare_tool.sh - name: create simulator script: .ci/scripts/create_simulator.sh - name: build examples