We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92a35f commit 6cf984dCopy full SHA for 6cf984d
.github/workflows/_Linux-CPU.yml
@@ -74,6 +74,7 @@ jobs:
74
CACHE_DIR: "/root/.cache/cpu"
75
CCACHE_DIR: "/home/data/shared/.ccache/l1" # L1 cache on machine shared dir
76
CCACHE_SECONDARY_STORAGE: "file:///home/data/cfs/.ccache/l2" # L2 cache on cfs
77
+ WITH_OPENVINO: "ON"
78
run: |
79
container_name=${TASK}-$(date +%Y%m%d-%H%M%S)
80
echo "container_name=${container_name}" >> ${{ github.env }}
@@ -115,6 +116,7 @@ jobs:
115
116
-e CCACHE_SECONDARY_STORAGE \
117
-e CI_name \
118
-e no_proxy \
119
+ -e WITH_OPENVINO \
120
-w /paddle --network host ${docker_image}
121
122
- name: Download paddle.tar.gz and merge target branch
0 commit comments