Skip to content

Commit

Permalink
Fix SOS RPM Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kholland-intel committed Nov 28, 2023
1 parent e938972 commit d52236d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ jobs:
sos_version=$(cat configure.ac | grep AC_INIT | awk -F"]" '{print substr($2, 4, length($2)-2)}')
cd "sandia-openshmem-"$sos_version
./autogen.sh
rm test
cp -r modules/tests-sos/test test
mkdir build
cd build
../configure --with-ofi=${LIBFABRIC_INSTALL_DIR} ${{ matrix.sos_config }}
Expand Down

0 comments on commit d52236d

Please sign in to comment.