Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Fix macOS LUCI merge base (flutter#6798)
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 flutter/flutter#116448
- Loading branch information