Skip to content

Commit

Permalink
remove: temporarily drop onnxruntime-win-x86 (#60)
Browse files Browse the repository at this point in the history
Refs: #59
  • Loading branch information
qryxip authored Dec 28, 2024
1 parent 08d4140 commit a4a40a3
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
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
# 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 a4a40a3

Please sign in to comment.