Skip to content

Commit 6cf984d

Browse files
authored
WITH_OPENVINO on" (PaddlePaddle#78480)
1 parent f92a35f commit 6cf984d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_Linux-CPU.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
CACHE_DIR: "/root/.cache/cpu"
7575
CCACHE_DIR: "/home/data/shared/.ccache/l1" # L1 cache on machine shared dir
7676
CCACHE_SECONDARY_STORAGE: "file:///home/data/cfs/.ccache/l2" # L2 cache on cfs
77+
WITH_OPENVINO: "ON"
7778
run: |
7879
container_name=${TASK}-$(date +%Y%m%d-%H%M%S)
7980
echo "container_name=${container_name}" >> ${{ github.env }}
@@ -115,6 +116,7 @@ jobs:
115116
-e CCACHE_SECONDARY_STORAGE \
116117
-e CI_name \
117118
-e no_proxy \
119+
-e WITH_OPENVINO \
118120
-w /paddle --network host ${docker_image}
119121
120122
- name: Download paddle.tar.gz and merge target branch

0 commit comments

Comments
 (0)