We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ebeed commit 1a88d66Copy full SHA for 1a88d66
.ci/script.sh
@@ -56,7 +56,8 @@ if [ "${TOOLCHAIN}" != "sphinx" ] ; then
56
fi
57
58
echo "Using ${TOOLCHAIN}-${TOOLCHAIN_VER}" || die
59
-bash apply_embARC_patch.sh || die
+# bash apply_embARC_patch.sh || die
60
+python ./scripts/patch.py --embarc-root. || die
61
cd .ci || die
62
if [ "${TOOLCHAIN}" == "sphinx" ] ; then
63
bash deploy_doc.sh || die
0 commit comments