Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Add wasm_release build to linux_host_engine.json #38755

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 39 additions & 5 deletions ci/builders/linux_host_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"device_type=none",
"os=Linux"
],
"gclient_custom_vars": {
"gclient_variables": {
"download_android_deps": false
},
"gn": [
Expand All @@ -31,7 +31,7 @@
"device_type=none",
"os=Linux"
],
"gclient_custom_vars": {
"gclient_variables": {
"download_android_deps": false
},
"gn": [
Expand Down Expand Up @@ -87,7 +87,7 @@
"device_type=none",
"os=Linux"
],
"gclient_custom_vars": {
"gclient_variables": {
"download_android_deps": false
},
"gn": [
Expand Down Expand Up @@ -127,7 +127,7 @@
"device_type=none",
"os=Linux"
],
"gclient_custom_vars": {
"gclient_variables": {
"download_android_deps": false
},
"gn": [
Expand Down Expand Up @@ -177,7 +177,7 @@
"device_type=none",
"os=Linux"
],
"gclient_custom_vars": {
"gclient_variables": {
"download_android_deps": false
},
"gn": [
Expand Down Expand Up @@ -210,6 +210,40 @@
"type": "local"
}
]
},
{
"archives": [
{
"name": "wasm_release",
"base_path": "out/wasm_release/zip_archives/",
"type": "gcs",
"include_paths": [
"out/wasm_release/zip_archives/flutter-web-sdk.zip"
]
}
],
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_variables": {
"download_emsdk": true,
"download_android_deps": false
},
"gn": [
"--runtime-mode",
"release",
"--web",
"--build-canvaskit"
],
"name": "wasm_release",
"ninja": {
"config": "wasm_release",
"targets": [
"flutter/web_sdk"
]
},
"tests": []
}
],
"tests": []
Expand Down