Commit 82bc845
committed
Fix iOS/tvOS builds: Rust target, vendored deps, nightly toolchain
- Set Rust_CARGO_TARGET for iOS (aarch64-apple-ios) and tvOS
(aarch64-apple-tvos) presets so Corrosion doesn't fall back to
host target
- Disable find_package for BZip2, LibLZMA, and zstd on iOS/tvOS
to force vendoring (system libs are for host, not target)
- Add rustup target install for iOS in CI
- Install nightly Rust + rust-src for tvOS (tier 3 target)
- Set Rust_TOOLCHAIN=nightly and NOD_BUILD_STD=ON for tvOS preset
- Update nod submodule to nod-ci-fixes branch with -Zbuild-std
support via NOD_BUILD_STD option1 parent 1f2b790 commit 82bc845
3 files changed
+40
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
195 | 198 | | |
196 | 199 | | |
197 | 200 | | |
| |||
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
233 | 241 | | |
234 | 242 | | |
235 | 243 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
249 | 262 | | |
250 | 263 | | |
251 | 264 | | |
| |||
269 | 282 | | |
270 | 283 | | |
271 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
272 | 303 | | |
273 | 304 | | |
274 | 305 | | |
| |||
0 commit comments