Skip to content

Commit

Permalink
build: lock ompi 5.0.x builds to 5.0.0rc12
Browse files Browse the repository at this point in the history
Problem: the ompi 5.0.x branch no longer builds against
openpmix 4.2.3:

  checking version at or above v4.2.4... configure: WARNING: PRRTE requires PMIx v4.2.4 or above.

For the time being, lock the ompi 5.0.x builds to 5.0.0rc12.
  • Loading branch information
garlick committed Oct 3, 2023
1 parent 941e11c commit dee6f50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
include:
- name: "focal - ompi v5.0.x, chain_lint"
image: "focal"
ompi_branch: "v5.0.x"
ompi_branch: "v5.0.0rc12"
openpmix_branch: "v4.2.3"
coverage: false
env:
chain_lint: t
- name: "el8 - ompi v5.0.x, distcheck"
image: "el8"
ompi_branch: "v5.0.x"
ompi_branch: "v5.0.0rc12"
openpmix_branch: "v4.2.3"
coverage: false
env:
Expand All @@ -44,14 +44,14 @@ jobs:
env: {}
- name: "coverage"
image: "focal"
ompi_branch: "v5.0.x"
ompi_branch: "v5.0.0rc12"
openpmix_branch: "v4.2.3"
coverage: true
env:
COVERAGE: t
- name: "fedora34 - ompi v5.0.x"
image: "fedora34"
ompi_branch: "v5.0.x"
ompi_branch: "v5.0.0rc12"
openpmix_branch: "v4.2.3"
coverage: false
env: {}
Expand Down

0 comments on commit dee6f50

Please sign in to comment.