Skip to content

Commit

Permalink
github/workflow: Add fabtests to coverity build
Browse files Browse the repository at this point in the history
Signed-off-by: Jianxin Xiong <jianxin.xiong@intel.com>
  • Loading branch information
j-xiong committed Feb 8, 2024
1 parent 98f93e1 commit 7abcf3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,13 @@ jobs:
./autogen.sh
./configure --prefix=$PWD/install ${{ env.OFI_PROVIDER_FLAGS }} CC=clang
cov-build --dir cov-int make
make install
make clean
pushd fabtests
./autogen.sh
./configure --with-libfabric=$PWD/../install CC=clang
popd
cov-build --dir cov-int bash -c "make && make -C fabtests LDFLAGS=-L${{ env.RDMA_CORE_PATH }}/lib"
- name: Submit results
run: |
tar czvf libfabric.tgz cov-int
Expand Down

0 comments on commit 7abcf3a

Please sign in to comment.