Skip to content

Commit

Permalink
github/workflow: Add libfabric lib path to coverity fabtests build
Browse files Browse the repository at this point in the history
Also adjust the schedule time to be truely in the night (US).

Signed-off-by: Jianxin Xiong <jianxin.xiong@intel.com>
  • Loading branch information
j-xiong committed Feb 13, 2024
1 parent 39bfd3b commit 1c47802
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Nightly Coverity Scan
on:
schedule:
# UTC time, 'minute hour day-of-month month day-of-week'
- cron: '0 1 * * *'
- cron: '0 5 * * *'

env:
APT_PACKAGES: >-
abi-compliance-checker
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
./autogen.sh
./configure --with-libfabric=$PWD/../install CC=clang
popd
cov-build --dir cov-int bash -c "make && make -C fabtests LDFLAGS=-L$PWD/${{ env.RDMA_CORE_PATH }}/lib"
cov-build --dir cov-int bash -c "make && make -C fabtests LDFLAGS=\"-L$PWD/${{ env.RDMA_CORE_PATH }}/lib -L$PWD/install/lib\""
- name: Submit results
run: |
tar czvf libfabric.tgz cov-int
Expand Down

0 comments on commit 1c47802

Please sign in to comment.