Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into fix-specify-cmake-s…
Browse files Browse the repository at this point in the history
…ystem-processor-except-for-ios
  • Loading branch information
qryxip committed Dec 29, 2024
2 parents d0101d8 + a4a40a3 commit 434ad42
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,18 @@ jobs:
Rust_CARGO_TARGET=x86_64-pc-windows-msvc
result_dir: build/Release
release_config: Release
- artifact_name: ${{ inputs.target || 'onnxruntime' }}-win-x86
os: windows-2022
build_opts: |-
--compile_no_warning_as_error
--x86
--cmake_extra_defines
CMAKE_SYSTEM_NAME=Windows
CMAKE_SYSTEM_PROCESSOR=x86 # required for `cpuinfo`
Rust_CARGO_TARGET=i686-pc-windows-msvc
result_dir: build/Release
release_config: Release
# https://github.com/VOICEVOX/onnxruntime-builder/issues/59
#- artifact_name: ${{ inputs.target || 'onnxruntime' }}-win-x86
# os: windows-2022
# build_opts: |-
# --compile_no_warning_as_error
# --x86
# --cmake_extra_defines
# CMAKE_SYSTEM_NAME=Windows
# CMAKE_SYSTEM_PROCESSOR=x86 # required for `cpuinfo`
# Rust_CARGO_TARGET=i686-pc-windows-msvc
# result_dir: build/Release
# release_config: Release
- artifact_name: ${{ inputs.target || 'onnxruntime' }}-linux-x64
os: ubuntu-20.04
build_opts: |-
Expand Down

0 comments on commit 434ad42

Please sign in to comment.