|
8 | 8 | }, |
9 | 9 | { |
10 | 10 | "name": "macos", |
11 | | - "displayName": "Build everything buildable on macOS", |
| 11 | + "displayName": "Build ExecuTorch for macOS", |
12 | 12 | "inherits": ["common"], |
13 | 13 | "generator": "Xcode", |
14 | 14 | "cacheVariables": { |
15 | 15 | "CMAKE_TOOLCHAIN_FILE": "${sourceDir}/third-party/ios-cmake/ios.toolchain.cmake", |
16 | 16 | "EXECUTORCH_BUILD_PRESET_FILE": "${sourceDir}/tools/cmake/preset/macos.cmake", |
17 | 17 | "PLATFORM": "MAC_ARM64", |
18 | | - "DEPLOYMENT_TARGET": "12.0" |
| 18 | + "DEPLOYMENT_TARGET": "12.0", |
| 19 | + "CMAKE_MACOSX_BUNDLE": "OFF" |
19 | 20 | }, |
20 | 21 | "condition": { |
21 | 22 | "lhs": "${hostSystemName}", |
|
25 | 26 | }, |
26 | 27 | { |
27 | 28 | "name": "ios", |
28 | | - "displayName": "Build everything buildable on iOS", |
| 29 | + "displayName": "Build ExecuTorch for iOS", |
29 | 30 | "inherits": ["common"], |
30 | 31 | "generator": "Xcode", |
31 | 32 | "cacheVariables": { |
|
42 | 43 | }, |
43 | 44 | { |
44 | 45 | "name": "ios-simulator", |
45 | | - "displayName": "Build everything buildable on iOS simulator", |
| 46 | + "displayName": "Build ExecuTorch for iOS Simulator", |
46 | 47 | "inherits": ["common"], |
47 | 48 | "generator": "Xcode", |
48 | 49 | "cacheVariables": { |
|
59 | 60 | }, |
60 | 61 | { |
61 | 62 | "name": "linux", |
62 | | - "displayName": "Build everything buildable on Linux", |
| 63 | + "displayName": "Build ExecuTorch for Linux", |
63 | 64 | "inherits": ["common"], |
64 | 65 | "cacheVariables": { |
65 | 66 | "CMAKE_SYSTEM_NAME": "Linux", |
|
88 | 89 | { |
89 | 90 | "name": "llm", |
90 | 91 | "displayName": "Build LLM libraries", |
91 | | - "inherits": [ |
92 | | - "common" |
93 | | - ], |
| 92 | + "inherits": ["common"], |
94 | 93 | "cacheVariables": { |
95 | 94 | "EXECUTORCH_BUILD_PRESET_FILE": "${sourceDir}/tools/cmake/preset/llm.cmake", |
96 | 95 | "CMAKE_OSX_DEPLOYMENT_TARGET": "12.0" |
97 | 96 | }, |
98 | 97 | "condition": { |
99 | 98 | "type": "inList", |
100 | 99 | "string": "${hostSystemName}", |
101 | | - "list": [ |
102 | | - "Darwin", |
103 | | - "Linux", |
104 | | - "Windows" |
105 | | - ] |
| 100 | + "list": ["Darwin", "Linux", "Windows"] |
106 | 101 | } |
107 | 102 | }, |
108 | 103 | { |
109 | 104 | "name": "zephyr", |
110 | | - "displayName": "Build everything buildable on Zephyr RTOS", |
111 | | - "inherits": [ |
112 | | - "common" |
113 | | - ], |
| 105 | + "displayName": "Build ExecuTorch for Zephyr RTOS", |
| 106 | + "inherits": ["common"], |
114 | 107 | "cacheVariables": { |
115 | 108 | "EXECUTORCH_BUILD_PRESET_FILE": "${sourceDir}/tools/cmake/preset/zephyr.cmake", |
116 | 109 | "CMAKE_TOOLCHAIN_FILE": "${sourceDir}/examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake" |
|
0 commit comments