|
42 | 42 | },
|
43 | 43 | {
|
44 | 44 | "name": "linux-x64-gcc-mbedtls-debug",
|
45 |
| - "displayName": "Linux x64: Debug / GCC / Mbed TLS ", |
| 45 | + "displayName": "Linux x86_64: Debug / GCC / Mbed TLS ", |
46 | 46 | "description": "Sets Ninja generator, GCC compiler, build and install directory, debug build type and Mbed TLS implementation",
|
47 | 47 | "inherits": "linux-x64-config-debug-base",
|
48 | 48 | "cacheVariables": {
|
|
53 | 53 | },
|
54 | 54 | {
|
55 | 55 | "name": "linux-x64-clang-mbedtls-debug",
|
56 |
| - "displayName": "Linux x64: Debug / Clang / Mbed TLS", |
| 56 | + "displayName": "Linux x86_64: Debug / Clang / Mbed TLS", |
57 | 57 | "description": "Sets Ninja generator, Clang compiler, build and install directory, debug build type and Mbed TLS implementation",
|
58 | 58 | "inherits": "linux-x64-config-debug-base",
|
59 | 59 | "cacheVariables": {
|
|
64 | 64 | },
|
65 | 65 | {
|
66 | 66 | "name": "macos-x64-apple-mbedtls-debug",
|
67 |
| - "displayName": "macOS x64: Debug / Apple Clang / Mbed TLS", |
| 67 | + "displayName": "macOS x86_64: Debug / Apple Clang / Mbed TLS", |
68 | 68 | "description": "Sets Ninja generator, Clang compiler, build and install directory, debug build type and Mbed TLS implementation",
|
69 | 69 | "inherits": "x64-config-debug-base",
|
70 | 70 | "condition": {
|
|
85 | 85 | "buildPresets": [
|
86 | 86 | {
|
87 | 87 | "name": "linux-x64-gcc-mbedtls-debug",
|
88 |
| - "displayName": "Linux x64: Debug / GCC / Mbed TLS", |
| 88 | + "displayName": "Linux x86_64: Debug / GCC / Mbed TLS", |
89 | 89 | "configurePreset": "linux-x64-gcc-mbedtls-debug",
|
90 | 90 | "configuration": "Debug",
|
91 | 91 | "condition": {
|
|
96 | 96 | },
|
97 | 97 | {
|
98 | 98 | "name": "linux-x64-clang-mbedtls-debug",
|
99 |
| - "displayName": "Linux x64: Debug / Clang / Mbed TLS", |
| 99 | + "displayName": "Linux x86_64: Debug / Clang / Mbed TLS", |
100 | 100 | "configurePreset": "linux-x64-clang-mbedtls-debug",
|
101 | 101 | "condition": {
|
102 | 102 | "type": "equals",
|
|
106 | 106 | },
|
107 | 107 | {
|
108 | 108 | "name": "macos-x64-apple-mbedtls-debug",
|
109 |
| - "displayName": "macOS x64: Debug / Apple Clang / Mbed TLS", |
| 109 | + "displayName": "macOS x86_64: Debug / Apple Clang / Mbed TLS", |
110 | 110 | "configurePreset": "macos-x64-apple-mbedtls-debug",
|
111 | 111 | "configuration": "Debug",
|
112 | 112 | "condition": {
|
|
119 | 119 | "testPresets": [
|
120 | 120 | {
|
121 | 121 | "name": "linux-x64-gcc-mbedtls-debug",
|
122 |
| - "displayName": "Linux x64: Debug / GCC / Mbed TLS", |
| 122 | + "displayName": "Linux x86_64: Debug / GCC / Mbed TLS", |
123 | 123 | "configurePreset": "linux-x64-gcc-mbedtls-debug",
|
124 | 124 | "condition": {
|
125 | 125 | "type": "equals",
|
|
129 | 129 | },
|
130 | 130 | {
|
131 | 131 | "name": "linux-x64-clang-mbedtls-debug",
|
132 |
| - "displayName": "Linux x64: Clang / GCC / Mbed TLS", |
| 132 | + "displayName": "Linux x86_64: Clang / GCC / Mbed TLS", |
133 | 133 | "configurePreset": "linux-x64-clang-mbedtls-debug",
|
134 | 134 | "condition": {
|
135 | 135 | "type": "equals",
|
|
139 | 139 | },
|
140 | 140 | {
|
141 | 141 | "name": "macos-x64-apple-mbedtls-debug",
|
142 |
| - "displayName": "macOS x64: Debug / Apple Clang / Mbed TLS", |
| 142 | + "displayName": "macOS x86_64: Debug / Apple Clang / Mbed TLS", |
143 | 143 | "configurePreset": "macos-x64-apple-mbedtls-debug",
|
144 | 144 | "condition": {
|
145 | 145 | "type": "equals",
|
|
0 commit comments