Skip to content

Commit 633c2fa

Browse files
committed
update engine artifact to 3.32.8, use release build
debug builds of engine are now too large for GitHub
1 parent fc4ca4e commit 633c2fa

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.flutter-engine-revision

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cb4b5fff73
1+
ef0cd00091

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ let FlutterArch = "x64"
5757
#else
5858
#error("Unknown architecture")
5959
#endif
60-
FlutterPlatform = "elinux-\(FlutterArch)-debug"
61-
// FIXME: for release target
60+
FlutterPlatform = "elinux-\(FlutterArch)-release"
6261
let FlutterLibPath = "\(FlutterRoot)/\(FlutterPlatform)"
6362
let FlutterAltLibPath = "/opt/flutter-elinux/lib"
6463
FlutterUnsafeLinkerFlags = [

download-engine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mkdir -p "$artifact_dir"
1010
cp info.json.in "$artifact_dir/info.json"
1111
pushd "$artifact_dir/" >/dev/null
1212

13-
for platform in arm64-debug x64-debug
13+
for platform in arm64-release x64-release
1414
do
1515
mkdir "elinux-$platform"
1616
cd "elinux-$platform"

flutter-engine.artifactbundle.zip

-12.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)