Skip to content

Commit

Permalink
Add: x86ビルドを復活させる
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Jan 4, 2025
1 parent 7bdaa66 commit 959bcb8
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 959bcb8

Please sign in to comment.