Skip to content

Commit

Permalink
Updated branch names in build script (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron authored Dec 15, 2022
1 parent a327421 commit 13025cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/arm_plugin/scripts/arm_cpu_plugin_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ checkSrcTree "$ONETBB_HOME" https://github.com/oneapi-src/oneTBB.git master
if [ "$WITH_OPENCV" = "ON" ]; then
checkSrcTree "$OPENCV_HOME" https://github.com/opencv/opencv.git 4.x
fi
checkSrcTree "$OPENVINO_HOME" https://github.com/openvinotoolkit/openvino.git master
checkSrcTree "$OPENVINO_CONTRIB" https://github.com/openvinotoolkit/openvino_contrib.git master
checkSrcTree "$OPENVINO_HOME" https://github.com/openvinotoolkit/openvino.git releases/2022/3
checkSrcTree "$OPENVINO_CONTRIB" https://github.com/openvinotoolkit/openvino_contrib.git releases/2022/3
if [ "$WITH_OMZ_DEMO" = "ON" ]; then
checkSrcTree "$OMZ_HOME" https://github.com/openvinotoolkit/open_model_zoo.git master
checkSrcTree "$OMZ_HOME" https://github.com/openvinotoolkit/open_model_zoo.git releases/2022/3
fi

# python variables
Expand Down

0 comments on commit 13025cf

Please sign in to comment.