Skip to content

Commit 7a56bef

Browse files
authored
don't know why it needs to be restored?!?
1 parent ee78dbb commit 7a56bef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ for component in `ls "$AR_MANAGED_COMPS"`; do
235235
fi
236236
done
237237

238+
export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
239+
238240
# update package_esp32_index.template.json
239241
if [ "$BUILD_TYPE" = "all" ]; then
240242
python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -j "$AR_COMPS/arduino/package/package_esp32_index.template.json" -o "$AR_OUT/"

0 commit comments

Comments
 (0)