We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d27688 commit 71d2370Copy full SHA for 71d2370
.github/workflows/build-baremetal-coverity.yml
@@ -85,7 +85,11 @@ jobs:
85
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
86
build_language: 'cxx'
87
build_platform: 'linux64'
88
- command: ${{ github.workspace }}/./build.sh -DENABLE_RAISR_OPENCL=ON -DENABLE_AVX512FP16=ON -DENABLE_AVX512=ON
+ 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"
93
94
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
95
with:
0 commit comments