Skip to content

Commit

Permalink
github/workflow: Enable lpp in pr-ci
Browse files Browse the repository at this point in the history
Signed-off-by: Tadeusz Struk <[email protected]>
  • Loading branch information
tstruk authored and shefty committed Aug 30, 2024
1 parent 5617065 commit 65856bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ env:
--enable-usnic
--enable-verbs=rdma-core/build
--enable-sm2
--enable-lpp
RDMA_CORE_PATH: 'rdma-core/build'
RDMA_CORE_VERSION: v34.1
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ env:
--enable-udp
--enable-usnic
--enable-verbs=$PWD/rdma-core/build
--enable-lpp
RDMA_CORE_PATH: '$PWD/rdma-core/build'
RDMA_CORE_VERSION: v34.1
jobs:
Expand Down

0 comments on commit 65856bc

Please sign in to comment.