mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Disable ARM32 build in CI for a while(it looks a CI env issue).
This commit is contained in:
29
.github/workflows/windows_arm_ci.yml
vendored
29
.github/workflows/windows_arm_ci.yml
vendored
@@ -29,20 +29,21 @@ jobs:
|
||||
run: cmake --build build_arm64 --config Release
|
||||
|
||||
# Windows(ARM32) + Visual Studio 2022 build
|
||||
build-windows-arm32-msvc:
|
||||
# From 2024 Nov 22, arm32 build is starting to fail at cmake bootstrap for some reason. disabled for a while.
|
||||
# build-windows-arm32-msvc:
|
||||
|
||||
runs-on: windows-latest
|
||||
name: Build for Windows(ARM32, MSVC)
|
||||
# runs-on: windows-latest
|
||||
# name: Build for Windows(ARM32, MSVC)
|
||||
|
||||
# Use system installed cmake
|
||||
# https://help.github.com/en/actions/reference/software-installed-on-github-hosted-runners
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Configure
|
||||
run: |
|
||||
mkdir build_arm32
|
||||
cmake -G "Visual Studio 17 2022" -A ARM -Bbuild_arm32 -DTINYUSDZ_WITH_EXR=1 -DTINYUSDZ_WITH_TIFF=1 -S.
|
||||
- name: Build
|
||||
run: cmake --build build_arm32 --config Release
|
||||
# # Use system installed cmake
|
||||
# # https://help.github.com/en/actions/reference/software-installed-on-github-hosted-runners
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v1
|
||||
# - name: Configure
|
||||
# run: |
|
||||
# mkdir build_arm32
|
||||
# cmake -G "Visual Studio 17 2022" -A ARM -Bbuild_arm32 -DTINYUSDZ_WITH_EXR=1 -DTINYUSDZ_WITH_TIFF=1 -S.
|
||||
# - name: Build
|
||||
# run: cmake --build build_arm32 --config Release
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
| | Linux | Windows | macOS | iOS | Android | WASM(WASI) | WASM(Emscripten) |
|
||||
|:-------:|:---------------------------------------- |:------------------------------------- |:---------:|:------:|:-------:|:------------------------------:|:-----------:|
|
||||
| dev | ✅ 64bit </br> ✅ 32bit </br> ✅ aarch64 | ✅ 64bit </br> ✅ 32bit </br> ✅ ARM64/ARM32 |✅ |✅ |✅ |✅ [sandbox/wasi](sandbox/wasi) | ✅ [sandbox/emscripten](sandbox/emscripten) |
|
||||
| dev | ✅ 64bit </br> ✅ 32bit </br> ✅ aarch64 | ✅ 64bit </br> ✅ 32bit </br> ✅ ARM64 |✅ |✅ |✅ |✅ [sandbox/wasi](sandbox/wasi) | ✅ [sandbox/emscripten](sandbox/emscripten) |
|
||||
|
||||
<!--
|
||||
### Python binding(testing. currently not working)
|
||||
|
||||
Reference in New Issue
Block a user