Skip to content

Commit 2399edf

Browse files
authored
build!: [release-0.23] Linux NVIDIA GPUのビルドを一時的にコメントアウトする (#1721)
1 parent 2abe4a5 commit 2399edf

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/build-engine-package.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,15 @@ jobs:
9999
voicevox_core_asset_prefix: voicevox_core-linux-arm64-cpu
100100
onnxruntime_url: https://github.com/microsoft/onnxruntime/releases/download/v1.13.1/onnxruntime-linux-aarch64-1.13.1.tgz
101101
target: linux-cpu-arm64
102-
# Linux NVIDIA GPU
103-
- os: ubuntu-22.04
104-
architecture: "x64"
105-
voicevox_core_asset_prefix: voicevox_core-linux-x64-gpu
106-
onnxruntime_url: https://github.com/microsoft/onnxruntime/releases/download/v1.13.1/onnxruntime-linux-x64-gpu-1.13.1.tgz
107-
cuda_version: "11.8.0"
108-
cudnn_url: https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.2.26_cuda11-archive.tar.xz
109-
target: linux-nvidia
102+
# TODO: 一時的なコメントアウトを戻す
103+
# # Linux NVIDIA GPU
104+
# - os: ubuntu-22.04
105+
# architecture: "x64"
106+
# voicevox_core_asset_prefix: voicevox_core-linux-x64-gpu
107+
# onnxruntime_url: https://github.com/microsoft/onnxruntime/releases/download/v1.13.1/onnxruntime-linux-x64-gpu-1.13.1.tgz
108+
# cuda_version: "11.8.0"
109+
# cudnn_url: https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.2.26_cuda11-archive.tar.xz
110+
# target: linux-nvidia
110111

111112
runs-on: ${{ matrix.os }}
112113

0 commit comments

Comments
 (0)