Merge pull request #45334 from vikramdattu:bugfix/esp32_ci_build

PiperOrigin-RevId: 345376375
Change-Id: Iad7a4c5233ecb07ddf734fff0a8f7f1734349b74
This commit is contained in:
TensorFlower Gardener 2020-12-02 21:41:09 -08:00
commit 449c120020

View File

@ -28,8 +28,9 @@ source tensorflow/lite/micro/tools/ci_build/helper_functions.sh
TARGET=esp
# setup esp-idf and toolchains
echo "Checking out esp-idf..."
readable_run git clone --recursive --single-branch --branch release/v4.2 https://github.com/espressif/esp-idf.git
readable_run export IDF_PATH="${ROOT_DIR}"/esp-idf
export IDF_PATH="${ROOT_DIR}"/esp-idf
cd $IDF_PATH
readable_run ./install.sh
readable_run . ./export.sh