Skip to content

Commit 143b956

Browse files
hppritchabrennan-carson
authored andcommitted
GitHub Actions: checkout specific pmix sha to use for CI
add fetch depth 0 Till we figure out what got busted in upstream pmix/prrte combo. See what's happening with open-mpi/ompi#12906 Signed-off-by: Howard Pritchard <[email protected]>
1 parent b0cb341 commit 143b956

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/builds.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
repository: openpmix/openpmix
2020
path: openpmix/master
2121
ref: master
22+
fetch-depth: 0
2223
- name: Build OpenPMIx
2324
run: |
2425
cd openpmix/master
@@ -28,6 +29,7 @@ jobs:
2829
# configure.
2930
libevent_cppflags=$(pkg-config libevent --cflags)
3031
libevent_ldflags=$(pkg-config libevent --libs | perl -pe 's/^.*(-L[^ ]+).*$/\1/')
32+
git checkout 08e41ed5
3133
./autogen.pl
3234
./configure --prefix=$RUNNER_TEMP/pmixinstall \
3335
CPPFLAGS=$libevent_cppflags \
@@ -93,9 +95,11 @@ jobs:
9395
repository: openpmix/openpmix
9496
path: openpmix/master
9597
ref: master
98+
fetch-depth: 0
9699
- name: Build OpenPMIx
97100
run: |
98101
cd openpmix/master
102+
git checkout 08e41ed5
99103
./autogen.pl
100104
./configure --prefix=$RUNNER_TEMP/pmixinstall
101105
make -j
@@ -141,9 +145,11 @@ jobs:
141145
repository: openpmix/openpmix
142146
path: openpmix/master
143147
ref: master
148+
fetch-depth: 0
144149
- name: Build OpenPMIx
145150
run: |
146151
cd openpmix/master
152+
git checkout 08e41ed5
147153
./autogen.pl
148154
./configure --prefix=$RUNNER_TEMP/pmixinstall
149155
make -j

0 commit comments

Comments
 (0)