Skip to content

Commit

Permalink
Update: 当面 Linux ビルドを無効化
Browse files Browse the repository at this point in the history
CUDA バイナリがデカすぎて CI ビルドが No space left on device で失敗する上に Ubuntu までサポートし切れないため
  • Loading branch information
tsukumijima committed Jul 14, 2024
1 parent 1f67524 commit 9a84042
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-engine-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
architecture: "arm64"
target: macos-arm64
# Linux x64
- os: ubuntu-20.04
architecture: "x64"
target: linux-x64
# - os: ubuntu-20.04
# architecture: "x64"
# target: linux-x64

runs-on: ${{ matrix.os }}
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-engine-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
target: macos-x64
- os: macos-14
target: macos-arm64
- os: ubuntu-20.04
target: linux-x64
# - os: ubuntu-20.04
# target: linux-x64

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

Expand Down

0 comments on commit 9a84042

Please sign in to comment.