File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
strategy :
72
72
fail-fast : false
73
73
matrix :
74
- target : ["armv7-sony-vita-newlibeabihf", "i686-unknown-hurd-gnu"]
74
+ target : ["armv7-sony-vita-newlibeabihf", "i686-unknown-hurd-gnu", "aarch64-apple-visionos" ]
75
75
steps :
76
76
- uses : actions/checkout@v4
77
77
- uses : dtolnay/rust-toolchain@nightly
@@ -108,7 +108,7 @@ jobs:
108
108
strategy :
109
109
fail-fast : false
110
110
matrix :
111
- target : ["armv7-sony-vita-newlibeabihf", "i686-unknown-hurd-gnu"]
111
+ target : ["armv7-sony-vita-newlibeabihf", "i686-unknown-hurd-gnu", "aarch64-apple-visionos" ]
112
112
steps :
113
113
- uses : actions/checkout@v4
114
114
- uses : dtolnay/rust-toolchain@nightly # NOTE: need nightly for `doc_cfg` feature.
Original file line number Diff line number Diff line change 1
1
# Targets available via Rustup that are supported.
2
2
# NOTE: keep in sync with the CI and docs.rs targets.
3
- TARGETS ?= "aarch64-apple-ios" "aarch64-linux-android" "x86_64-apple-darwin" "x86_64-unknown-fuchsia" "x86_64-pc-windows-msvc" "x86_64-pc-solaris" "x86_64-unknown-freebsd" "x86_64-unknown-illumos" "x86_64-unknown-linux-gnu" "x86_64-unknown-linux-musl" "x86_64-unknown-netbsd" "x86_64-unknown-redox" "armv7-linux-androideabi" "i686-linux-android"
3
+ TARGETS ?= "aarch64-apple-ios" "aarch64-apple-visionos" "aarch64- linux-android" "x86_64-apple-darwin" "x86_64-unknown-fuchsia" "x86_64-pc-windows-msvc" "x86_64-pc-solaris" "x86_64-unknown-freebsd" "x86_64-unknown-illumos" "x86_64-unknown-linux-gnu" "x86_64-unknown-linux-musl" "x86_64-unknown-netbsd" "x86_64-unknown-redox" "armv7-linux-androideabi" "i686-linux-android"
4
4
5
5
test :
6
6
cargo test --all-features
You can’t perform that action at this time.
0 commit comments