Fix esp32 ci build
`readable_run export ` do not export variable for the environment Used direct export instead. Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
This commit is contained in:
parent
8cc8f71755
commit
ddec0c9b03
@ -28,8 +28,9 @@ source tensorflow/lite/micro/tools/ci_build/helper_functions.sh
|
|||||||
TARGET=esp
|
TARGET=esp
|
||||||
|
|
||||||
# setup esp-idf and toolchains
|
# 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 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
|
cd $IDF_PATH
|
||||||
readable_run ./install.sh
|
readable_run ./install.sh
|
||||||
readable_run . ./export.sh
|
readable_run . ./export.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user