Skip to content

Commit

Permalink
ci: remove manylinux2014 rocm build since it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam authored Feb 23, 2024
1 parent a965c03 commit 556c8dd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
binary: [aarch64-apple-darwin, x86_64-manylinux2014, x86_64-windows-msvc, x86_64-manylinux2014-cuda117, x86_64-manylinux2014-cuda122, x86_64-windows-msvc-cuda117, x86_64-windows-msvc-cuda122, x86_64-manylinux2014-rocm57]
binary: [aarch64-apple-darwin, x86_64-manylinux2014, x86_64-windows-msvc, x86_64-manylinux2014-cuda117, x86_64-manylinux2014-cuda122, x86_64-windows-msvc-cuda117, x86_64-windows-msvc-cuda122]
include:
- os: macos-latest
target: aarch64-apple-darwin
Expand Down Expand Up @@ -63,11 +63,6 @@ jobs:
ext: .exe
build_args: --features cuda,prod-db
windows_cuda: '12.2.0'
- os: dimerun-k3-ubuntu2204
target: x86_64-unknown-linux-gnu
binary: x86_64-manylinux2014-rocm57
container: ghcr.io/cromefire/hipblas-manylinux/2014/5.7:latest
build_args: --features static-ssl,rocm,prod-db

env:
SCCACHE_GHA_ENABLED: true
Expand Down

0 comments on commit 556c8dd

Please sign in to comment.