Skip to content

Commit 13025cf

Browse files
authored
Updated branch names in build script (#519)
1 parent a327421 commit 13025cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/arm_plugin/scripts/arm_cpu_plugin_build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ checkSrcTree "$ONETBB_HOME" https://github.com/oneapi-src/oneTBB.git master
8181
if [ "$WITH_OPENCV" = "ON" ]; then
8282
checkSrcTree "$OPENCV_HOME" https://github.com/opencv/opencv.git 4.x
8383
fi
84-
checkSrcTree "$OPENVINO_HOME" https://github.com/openvinotoolkit/openvino.git master
85-
checkSrcTree "$OPENVINO_CONTRIB" https://github.com/openvinotoolkit/openvino_contrib.git master
84+
checkSrcTree "$OPENVINO_HOME" https://github.com/openvinotoolkit/openvino.git releases/2022/3
85+
checkSrcTree "$OPENVINO_CONTRIB" https://github.com/openvinotoolkit/openvino_contrib.git releases/2022/3
8686
if [ "$WITH_OMZ_DEMO" = "ON" ]; then
87-
checkSrcTree "$OMZ_HOME" https://github.com/openvinotoolkit/open_model_zoo.git master
87+
checkSrcTree "$OMZ_HOME" https://github.com/openvinotoolkit/open_model_zoo.git releases/2022/3
8888
fi
8989

9090
# python variables

0 commit comments

Comments
 (0)