-
Notifications
You must be signed in to change notification settings - Fork 330
Labels
a-toolsOur own development tooling, scripts, and infrastructureOur own development tooling, scripts, and infrastructureupstreamWould benefit from work in Flutter or another upstreamWould benefit from work in Flutter or another upstream
Milestone
Description
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 infrastructureOur own development tooling, scripts, and infrastructureupstreamWould benefit from work in Flutter or another upstreamWould benefit from work in Flutter or another upstream
Type
Projects
Status
Done