Skip to content

Commit 1a88d66

Browse files
committed
travis: use patch.py
Signed-off-by: jingru <[email protected]>
1 parent 77ebeed commit 1a88d66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ if [ "${TOOLCHAIN}" != "sphinx" ] ; then
5656
fi
5757

5858
echo "Using ${TOOLCHAIN}-${TOOLCHAIN_VER}" || die
59-
bash apply_embARC_patch.sh || die
59+
# bash apply_embARC_patch.sh || die
60+
python ./scripts/patch.py --embarc-root. || die
6061
cd .ci || die
6162
if [ "${TOOLCHAIN}" == "sphinx" ] ; then
6263
bash deploy_doc.sh || die

0 commit comments

Comments
 (0)