Skip to content

Commit 0947162

Browse files
committed
ci:linux:build: remove no longer needed double build for HDF5 as upstream fixed it
1 parent 9e1ea0b commit 0947162

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ jobs:
121121
run: cmake -S scripts -B scripts/build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }} -DBUILD_SHARED_LIBS:BOOL=${{ matrix.shared }}
122122

123123
- name: Build/install HDF5
124-
run: cmake --build scripts/build --parallel || cmake --build scripts/build --parallel
125-
# double build to workaround HDF5 build bug--can't find MPI_C first time.
124+
run: cmake --build scripts/build --parallel
126125

127126
- name: configure h5fortran
128127
run: cmake -B build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }} -DBUILD_SHARED_LIBS:BOOL=${{ matrix.shared }} -DCMAKE_PREFIX_PATH=${{ runner.temp }}

0 commit comments

Comments
 (0)