|
120 | 120 | "name": "linux-conda-debug", |
121 | 121 | "inherits": ["common_conda", "linux"] |
122 | 122 | }, |
123 | | - |
124 | | - |
125 | 123 | { |
126 | | - "name": "darwin", |
| 124 | + "name": "macos", |
127 | 125 | "hidden": true, |
128 | 126 | "generator": "Unix Makefiles", |
129 | 127 | "cacheVariables": { |
|
132 | 130 | "environment": {"cmakepreset_expected_host_system": "Darwin"} |
133 | 131 | }, |
134 | 132 | { |
135 | | - "name": "darwin-conda-debug", |
136 | | - "inherits": ["common_conda", "darwin"] |
| 133 | + "name": "macos-conda-debug", |
| 134 | + "inherits": ["common_conda", "macos"] |
137 | 135 | }, |
138 | 136 | { |
139 | | - "name": "macos", |
140 | | - "hidden": true, |
141 | | - "inherits": "darwin", |
| 137 | + "name": "macos-debug", |
| 138 | + "inherits": ["common_vcpkg", "macos"], |
142 | 139 | "cacheVariables": { |
143 | | - "CMAKE_OSX_ARCHITECTURES": "arm64", |
144 | 140 | "CMAKE_OSX_DEPLOYMENT_TARGET": "15.0", |
145 | 141 | "CMAKE_C_COMPILER_LAUNCHER": "sccache", |
146 | 142 | "CMAKE_CXX_COMPILER_LAUNCHER": "sccache" |
147 | 143 | } |
148 | 144 | }, |
149 | | - { |
150 | | - "name": "macos-debug", |
151 | | - "inherits": ["common_vcpkg", "macos"] |
152 | | - }, |
153 | | - { |
154 | | - "name": "macos-conda-debug", |
155 | | - "inherits": ["common_conda", "macos"] |
156 | | - }, |
157 | | - |
158 | | - |
159 | 145 | { "name": "windows-cl-release", "inherits": "windows-cl-debug", "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" }}, |
160 | 146 | { "name": "windows-cl-conda-release", "inherits": "windows-cl-conda-debug", "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" } }, |
161 | 147 | { "name": "linux-release", "inherits": "linux-debug", "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" } }, |
162 | 148 | { "name": "linux-conda-release", "inherits": "linux-conda-debug", "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" } }, |
163 | | - { "name": "darwin-conda-release", "inherits": "darwin-conda-debug", "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" } }, |
164 | 149 | { "name": "macos-release", "inherits": "macos-debug", "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" } }, |
165 | 150 | { "name": "macos-conda-release", "inherits": "macos-conda-debug", "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" } } |
166 | 151 | ], |
|
173 | 158 | {"name": "linux-release", "configurePreset": "linux-release", "targets": "arcticdb_ext" }, |
174 | 159 | {"name": "linux-conda-debug", "configurePreset": "linux-conda-debug", "targets": "arcticdb_ext" }, |
175 | 160 | {"name": "linux-conda-release", "configurePreset": "linux-conda-release", "targets": "arcticdb_ext" }, |
176 | | - {"name": "darwin-conda-debug", "configurePreset": "darwin-conda-debug", "targets": "arcticdb_ext" }, |
177 | | - {"name": "darwin-conda-release", "configurePreset": "darwin-conda-release", "targets": "arcticdb_ext" }, |
178 | 161 | {"name": "macos-debug", "configurePreset": "macos-debug", "targets": "arcticdb_ext" }, |
179 | 162 | {"name": "macos-release", "configurePreset": "macos-release", "targets": "arcticdb_ext" }, |
180 | 163 | {"name": "macos-conda-debug", "configurePreset": "macos-conda-debug", "targets": "arcticdb_ext" }, |
|
0 commit comments