Skip to content

Commit d86e1c1

Browse files
authored
Update ci.yml
1 parent 9a6af4b commit d86e1c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
4646
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
4747
-DOPENCV_PATH=build/3rdparty/opencv_build \
48+
-DDNNL_GRAPH_DISABLE=ON \ # ← отключаем Graph
49+
-DDNNL_BUILD_EXAMPLES=OFF \
50+
-DDNNL_BUILD_TESTS=OFF \
4851
${{ matrix.stats && '-DENABLE_STATISTIC_TENSORS=ON' || '' }} \
4952
${{ matrix.stats && '-DENABLE_STATISTIC_TIME=ON' || '' }} \
5053
${{ matrix.stats && '-DENABLE_STATISTIC_WEIGHTS=ON' || '' }}

0 commit comments

Comments
 (0)