File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,10 +199,10 @@ jobs:
199199 ${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
200200 cmake --build ${{env.BUILD_DIR}} -j $(nproc)
201201
202- - name : CHECK test_provider_os_memory
203- run : |
204- ${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
205- LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
202+ # - name: CHECK test_provider_os_memory
203+ # run: |
204+ # ${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
205+ # LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
206206
207207 - name : Run tests
208208 working-directory : ${{env.BUILD_DIR}}
You can’t perform that action at this time.
0 commit comments