From a4a40a3c348e7ecc184217910158cd746f41cae9 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 29 Dec 2024 01:44:29 +0900 Subject: [PATCH] remove: temporarily drop `onnxruntime-win-x86` (#60) Refs: #59 --- .github/workflows/build.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02b3595..94fa0c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |-