From d52236d9e95811e9052171bd95e2c984cc328c39 Mon Sep 17 00:00:00 2001 From: kholland Date: Mon, 27 Nov 2023 17:59:58 -0600 Subject: [PATCH] Fix SOS RPM Bug --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b7336bd..03f32d66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}