Skip to content

Commit 71d2370

Browse files
authored
FIX: Coverity build issues (#35)
* FIX: Coverity build issues FIX: Coverity build issues Signed-off-by: Miłosz Linkiewicz <[email protected]> * Update build-baremetal-coverity.yml Signed-off-by: Miłosz Linkiewicz <[email protected]> * Update build-baremetal-coverity.yml Signed-off-by: Miłosz Linkiewicz <[email protected]> --------- Signed-off-by: Miłosz Linkiewicz <[email protected]>
1 parent 9d27688 commit 71d2370

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-baremetal-coverity.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ jobs:
8585
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
8686
build_language: 'cxx'
8787
build_platform: 'linux64'
88-
command: ${{ github.workspace }}/./build.sh -DENABLE_RAISR_OPENCL=ON -DENABLE_AVX512FP16=ON -DENABLE_AVX512=ON
88+
command: |
89+
"${{ github.workspace }}/build.sh" -DENABLE_RAISR_OPENCL=ON \
90+
-DCMAKE_LIBRARY_PATH="/opt/intel/oneapi/ipp/latest/lib;${PREFIX}/lib;" \
91+
-DCMAKE_C_FLAGS="-I/opt/intel/oneapi/ipp/latest/include -I/opt/intel/oneapi/ipp/latest/include/ipp" \
92+
-DCMAKE_CXX_FLAGS="-I/opt/intel/oneapi/ipp/latest/include -I/opt/intel/oneapi/ipp/latest/include/ipp"
8993
9094
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
9195
with:

0 commit comments

Comments
 (0)