Commit 1ab625b
committed
Add visionOS CI check to ensure compilation
Adds a minimal CI check for visionOS to verify the code at least compiles
for the platform. Uses cargo check with -Zbuild-std since visionOS is a
tier 3 target without pre-built std. This will catch any libc definition
issues across Apple platforms as suggested by maintainers.1 parent d0cbc33 commit 1ab625b
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
118 | 132 | | |
119 | 133 | | |
120 | 134 | | |
| |||
0 commit comments