Skip to content

Commit a92a1e5

Browse files
nateboschCommit Queue
authored andcommitted
Use main branch for flutter engine clones
The master branch was renamed to main. Change-Id: Ib38f3976b497c17e0bda904cb99864e127016272 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/311153 Reviewed-by: Samuel Rawlins <[email protected]> Auto-Submit: Nate Bosch <[email protected]> Commit-Queue: Nate Bosch <[email protected]>
1 parent b013a40 commit a92a1e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/bots/flutter/analyze_flutter_engine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cleanup() {
1717
trap cleanup EXIT HUP INT QUIT TERM PIPE
1818
cd "$tmpdir"
1919

20-
git clone --single-branch -vv \
20+
git clone --single-branch --branch main -vv \
2121
https://dart.googlesource.com/external/github.com/flutter/engine
2222

2323
cd engine

tools/bots/flutter/compile_flutter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ popd # flutter
7171
git clone --single-branch --depth=1 -vv \
7272
https://dart.googlesource.com/external/github.com/flutter/buildroot src
7373
pushd src
74-
git clone --single-branch --depth=1 -vv \
74+
git clone --single-branch --branch main --depth=1 -vv \
7575
https://dart.googlesource.com/external/github.com/flutter/engine flutter
7676
mkdir -p third_party
7777
pushd third_party

0 commit comments

Comments
 (0)