Skip to content

Commit 8fe3a0b

Browse files
committed
Do not compile ESP-Insights separately, because RainMaker already does so
1 parent d4a770a commit 8fe3a0b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tools/update-components.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ if [ $? -ne 0 ]; then exit 1; fi
111111
#
112112
# CLONE/UPDATE ESP-INSIGHTS
113113
#
114-
echo "Updating ESP-Insights..."
115-
if [ ! -d "$AR_COMPS/esp-insights" ]; then
116-
git clone $INSIGHTS_REPO_URL "$AR_COMPS/esp-insights" && \
117-
git -C "$AR_COMPS/esp-insights" submodule update --init --recursive
118-
else
119-
git -C "$AR_COMPS/esp-insights" fetch && \
120-
git -C "$AR_COMPS/esp-insights" pull --ff-only && \
121-
git -C "$AR_COMPS/esp-insights" submodule update --init --recursive
122-
fi
123-
if [ $? -ne 0 ]; then exit 1; fi
114+
# echo "Updating ESP-Insights..."
115+
# if [ ! -d "$AR_COMPS/esp-insights" ]; then
116+
# git clone $INSIGHTS_REPO_URL "$AR_COMPS/esp-insights" && \
117+
# git -C "$AR_COMPS/esp-insights" submodule update --init --recursive
118+
# else
119+
# git -C "$AR_COMPS/esp-insights" fetch && \
120+
# git -C "$AR_COMPS/esp-insights" pull --ff-only && \
121+
# git -C "$AR_COMPS/esp-insights" submodule update --init --recursive
122+
# fi
123+
# if [ $? -ne 0 ]; then exit 1; fi
124124

125125
#
126126
# CLONE/UPDATE ESP-DSP

0 commit comments

Comments
 (0)