Skip to content

Commit

Permalink
Add: x86ビルドを復活させる (#68)
Browse files Browse the repository at this point in the history
(この本文は@qryxipが記述)

提供できそうなことがわかったので、Windows x86のビルドを蘇らせる。

Closes: #59
  • Loading branch information
sevenc-nanashi authored Jan 4, 2025
1 parent 7bdaa66 commit 40a02a7
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,16 @@ jobs:
CMAKE_SYSTEM_PROCESSOR=x86_64 # required for `cpuinfo`
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`
# 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`
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 40a02a7

Please sign in to comment.