Skip to content

Commit

Permalink
build: build ompi 5.0.x with openpmix 4.2.4
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.

Change the openpmix version in CI to 4.2.4 in the builds that are
building the ompi 5.0.x branch.  Leave the others alone.
  • Loading branch information
garlick committed Oct 3, 2023
1 parent 941e11c commit a035804
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 @@ -25,14 +25,14 @@ jobs:
- name: "focal - ompi v5.0.x, chain_lint"
image: "focal"
ompi_branch: "v5.0.x"
openpmix_branch: "v4.2.3"
openpmix_branch: "v4.2.4"
coverage: false
env:
chain_lint: t
- name: "el8 - ompi v5.0.x, distcheck"
image: "el8"
ompi_branch: "v5.0.x"
openpmix_branch: "v4.2.3"
openpmix_branch: "v4.2.4"
coverage: false
env:
DISTCHECK: t
Expand All @@ -45,14 +45,14 @@ jobs:
- name: "coverage"
image: "focal"
ompi_branch: "v5.0.x"
openpmix_branch: "v4.2.3"
openpmix_branch: "v4.2.4"
coverage: true
env:
COVERAGE: t
- name: "fedora34 - ompi v5.0.x"
image: "fedora34"
ompi_branch: "v5.0.x"
openpmix_branch: "v4.2.3"
openpmix_branch: "v4.2.4"
coverage: false
env: {}
- name: "focal - ompi v4.1.x"
Expand Down

0 comments on commit a035804

Please sign in to comment.