From 7e6f542e1a961d55a70b53b59b20e0db2ed3bff5 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 20 Jun 2024 20:27:15 -0700 Subject: [PATCH] CI: Build and link tvOS and watchOS targets. visionOS requires more work, so it will be done separately. --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e4ed5ebc..e0e2c1d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -184,6 +184,9 @@ jobs: - uses: Swatinem/rust-cache@v2 - run: cargo test --no-run --target=aarch64-apple-darwin --features=std - run: cargo test --no-run --target=aarch64-apple-ios --features=std + - run: cargo test --no-run --target=aarch64-apple-tvos -Zbuild-std --features=std + - run: cargo test --no-run --target=aarch64-apple-tvos-sim -Zbuild-std --features=std + - run: cargo test --no-run --target=aarch64-apple-watchos -Zbuild-std --features=std - run: cargo test --no-run --target=aarch64-apple-watchos-sim -Zbuild-std --features=std cross-link: @@ -318,9 +321,6 @@ jobs: armv7-sony-vita-newlibeabihf, riscv32imc-esp-espidf, aarch64-unknown-nto-qnx710, - # `std` support still in progress. Can be moved up with the other - # apple targets after https://github.com/rust-lang/rust/pull/103503 - aarch64-apple-tvos, ] include: - target: aarch64-unknown-nto-qnx710