We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efe691 commit e734ffcCopy full SHA for e734ffc
.cirrus.yml
@@ -339,6 +339,17 @@ task:
339
- Rust Stable
340
env:
341
TARGET: x86_64-unknown-haiku
342
+ - name: tvOS aarch64
343
+ depends_on:
344
+ - FreeBSD 14 amd64 & i686
345
+ - Linux x86_64
346
+ - macOS aarch64
347
+ - Rust Formatter
348
+ - OpenBSD x86_64
349
+ - Minver
350
+ - Rust Stable
351
+ env:
352
+ TARGET: aarch64-apple-tvos
353
setup_script:
354
- rustup component add rust-src
355
<< : *BUILD
0 commit comments