|
| 1 | +{ |
| 2 | + "builds": [ |
| 3 | + { |
| 4 | + "archives": [ |
| 5 | + { |
| 6 | + "base_path": "out/host_debug_arm64/zip_archives/", |
| 7 | + "type": "gcs", |
| 8 | + "include_paths": [ |
| 9 | + "out/host_debug_arm64/zip_archives/windows-arm64/artifacts.zip", |
| 10 | + "out/host_debug_arm64/zip_archives/windows-arm64/windows-arm64-embedder.zip", |
| 11 | + "out/host_debug_arm64/zip_archives/windows-arm64/font-subset.zip", |
| 12 | + "out/host_debug_arm64/zip_archives/dart-sdk-windows-arm64.zip", |
| 13 | + "out/host_debug_arm64/zip_archives/windows-arm64-debug/windows-arm64-flutter.zip", |
| 14 | + "out/host_debug_arm64/zip_archives/windows-arm64/flutter-cpp-client-wrapper.zip", |
| 15 | + "out/host_debug_arm64/zip_archives/flutter-web-sdk-windows-arm64.zip" |
| 16 | + ], |
| 17 | + "name": "host_debug_arm64" |
| 18 | + } |
| 19 | + ], |
| 20 | + "drone_dimensions": [ |
| 21 | + "device_type=none", |
| 22 | + "os=Windows-10" |
| 23 | + ], |
| 24 | + "gclient_custom_vars": { |
| 25 | + "download_android_deps": false |
| 26 | + }, |
| 27 | + "gn": [ |
| 28 | + "--runtime-mode", |
| 29 | + "debug", |
| 30 | + "--full-dart-sdk", |
| 31 | + "--no-lto", |
| 32 | + "--windows-cpu", |
| 33 | + "arm64" |
| 34 | + ], |
| 35 | + "name": "host_debug_arm64", |
| 36 | + "ninja": { |
| 37 | + "config": "host_debug_arm64", |
| 38 | + "targets": [ |
| 39 | + "flutter/build/archives:artifacts", |
| 40 | + "flutter/build/archives:embedder", |
| 41 | + "flutter/tools/font-subset", |
| 42 | + "flutter/build/archives:dart_sdk_archive", |
| 43 | + "flutter/shell/platform/windows/client_wrapper:client_wrapper_archive", |
| 44 | + "flutter/build/archives:windows_flutter", |
| 45 | + "flutter/web_sdk" |
| 46 | + ] |
| 47 | + }, |
| 48 | + "tests": [] |
| 49 | + }, |
| 50 | + { |
| 51 | + "archives": [ |
| 52 | + { |
| 53 | + "base_path": "out/host_profile_arm64/zip_archives/", |
| 54 | + "type": "gcs", |
| 55 | + "include_paths": [ |
| 56 | + "out/host_profile_arm64/zip_archives/windows-arm64-profile/windows-arm64-flutter.zip" |
| 57 | + ], |
| 58 | + "name": "host_profile_arm64" |
| 59 | + } |
| 60 | + ], |
| 61 | + "drone_dimensions": [ |
| 62 | + "device_type=none", |
| 63 | + "os=Windows-10" |
| 64 | + ], |
| 65 | + "gclient_custom_vars": { |
| 66 | + "download_android_deps": false |
| 67 | + }, |
| 68 | + "gn": [ |
| 69 | + "--runtime-mode", |
| 70 | + "profile", |
| 71 | + "--no-lto", |
| 72 | + "--windows-cpu", |
| 73 | + "arm64" |
| 74 | + ], |
| 75 | + "name": "host_profile_arm64", |
| 76 | + "ninja": { |
| 77 | + "config": "host_profile_arm64", |
| 78 | + "targets": [ |
| 79 | + "windows", |
| 80 | + "gen_snapshot", |
| 81 | + "flutter/build/archives:windows_flutter" |
| 82 | + ] |
| 83 | + }, |
| 84 | + "tests": [] |
| 85 | + }, |
| 86 | + { |
| 87 | + "archives": [ |
| 88 | + { |
| 89 | + "base_path": "out/host_release_arm64/zip_archives/", |
| 90 | + "type": "gcs", |
| 91 | + "include_paths": [ |
| 92 | + "out/host_release_arm64/zip_archives/windows-arm64-release/windows-arm64-flutter.zip" |
| 93 | + ], |
| 94 | + "name": "host_profile_arm64" |
| 95 | + } |
| 96 | + ], |
| 97 | + "drone_dimensions": [ |
| 98 | + "device_type=none", |
| 99 | + "os=Windows-10" |
| 100 | + ], |
| 101 | + "gclient_custom_vars": { |
| 102 | + "download_android_deps": false |
| 103 | + }, |
| 104 | + "generators": {}, |
| 105 | + "gn": [ |
| 106 | + "--runtime-mode", |
| 107 | + "release", |
| 108 | + "--no-lto", |
| 109 | + "--windows-cpu", |
| 110 | + "arm64" |
| 111 | + ], |
| 112 | + "name": "host_release_arm64", |
| 113 | + "ninja": { |
| 114 | + "config": "host_release_arm64", |
| 115 | + "targets": [ |
| 116 | + "windows", |
| 117 | + "gen_snapshot", |
| 118 | + "flutter/build/archives:windows_flutter" |
| 119 | + ] |
| 120 | + }, |
| 121 | + "tests": [] |
| 122 | + } |
| 123 | + ] |
| 124 | +} |
0 commit comments