Skip to content

Commit

Permalink
ci: drop older ompi builds
Browse files Browse the repository at this point in the history
Problem: builds of ompi 2.x and 3.x are failing in jammy,
with configure bomging out with a syntax error:

checking for struct sockaddr_in... yes
checking if --with-cuda is set... not set (--with-cuda=)
./configure: line 13031: syntax error near unexpected token `)'
./configure: line 13031: `    )'

Drop these builds for now.
  • Loading branch information
garlick committed Dec 10, 2024
1 parent 363ce45 commit 5380e24
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@ jobs:
openpmix_branch: "v4.2.2"
coverage: false
env: {}
- name: "jammy - ompi v3.1.x"
image: "jammy"
ompi_branch: "v3.1.x"
openpmix_branch: "v4.2.2"
coverage: false
env: {}
- name: "jammy - ompi v3.0.x"
image: "jammy"
ompi_branch: "v3.0.x"
openpmix_branch: "v4.2.2"
coverage: false
env: {}

fail-fast: false
name: ${{ matrix.name }}
Expand Down

0 comments on commit 5380e24

Please sign in to comment.