File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 5656 pyenv global $(pyenv versions --bare)
5757 fi
5858 # Install tools
59- ${IDF_PATH}/tools/idf_tools.py install-python-env
60- if [ -n "${TEST_APP_BUILD_TOOLCHAIN_PREFIX:-}" ]; then
61- echo "TEST_APP_BUILD_TOOLCHAIN_PREFIX=$TEST_APP_BUILD_TOOLCHAIN_PREFIX"
62- ${IDF_PATH}/tools/idf_tools.py install ${TEST_APP_BUILD_TOOLCHAIN_PREFIX}-elf
63- else
64- ${IDF_PATH}/tools/idf_tools.py install ${TOOLCHAIN_PREFIX}-elf
65- fi
66- # cannot exec '. ${IDF_PATH}/export.sh' here because not all tools distros are presented
67- # in the image and `export.sh` fails w/o adding tools to $PATH
68- idf_exports=$(${IDF_PATH}/tools/idf_tools.py export) || true
69- eval "${idf_exports}"
59+ ${IDF_PATH}/install.sh
60+ . ${IDF_PATH}/export.sh
7061 popd
7162 fi
7263 idf.py --version || true
You can’t perform that action at this time.
0 commit comments