verify cross compilation: x86_64-macos -> aarch64-macos
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
36eae62fea
commit
e5642c5471
2 changed files with 5 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -57,5 +57,9 @@ jobs:
|
|||
run: zig build test
|
||||
env:
|
||||
AGREE: true
|
||||
- name: mach::test cross x86_64-macos -> aarch64-macos
|
||||
run: zig build test -Dtarget=aarch64-macos
|
||||
env:
|
||||
AGREE: true
|
||||
- name: webgpu::test
|
||||
run: cd webgpu && zig build test
|
||||
|
|
|
@ -23,7 +23,7 @@ Mach is still incredibly early stages, so far we have support for building from
|
|||
| Building for | From macOS x86_64 | From macOS M1/aarch64 | From Linux x86_64 | From Windows x86_64 |
|
||||
|------------------|-------------------|-----------------------|-------------------|---------------------|
|
||||
| macOS x86_64 | ✅ | ✔️ #7 | ✅ | ⚠️ #8 |
|
||||
| macOS M1/aarch64 | ✔️ | ✅ | ✔️ | ⚠️ #8 |
|
||||
| macOS M1/aarch64 | ✅ | ✅ | ✔️ | ⚠️ #8 |
|
||||
| Linux x86_64 | 🏃 | 🏃 | 🏃 | 🏃 |
|
||||
| Windows x86_64 | 🏃 | 🏃 | 🏃 | 🏃 |
|
||||
| iOS | 🏃 | 🏃 | 🏃 | 🏃 |
|
||||
|
|
Loading…
Add table
Reference in a new issue