Skip to content

CI broken at flutter precache step #1177

@gnprice

Description

@gnprice

CI is failing, starting earlier today (example), with the following:

Run flutter precache --universal
  flutter precache --universal
  shell: /usr/bin/bash -e {0}
  env:
    JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.13-11/x64
    JAVA_HOME_17_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.13-11/x64
fatal: Not a valid object name upstream/master

This appears to be a regression introduced as part of the merge of the engine repo into the main/framework repo upstream:

by an assumption that the latest Flutter version can be found at upstream/master. We clone the repo as a remote named origin (the Git default) and with the branch main, which in the Flutter repo always points to the same commit as master.

Metadata

Metadata

Assignees

Labels

a-toolsOur own development tooling, scripts, and infrastructureupstreamWould benefit from work in Flutter or another upstream

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions