mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
tools/ci/cibuild.sh: Fix destination path 'pinguino-compilers' already exists and is not an empty directory.
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
0a23bfea03
commit
3c99c5cf45
+1
-1
@@ -253,7 +253,7 @@ function kconfig-frontends {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function mips-gcc-toolchain {
|
function mips-gcc-toolchain {
|
||||||
if [ ! -f "${tools}/pinguino-compilers" ]; then
|
if [ ! -d "${tools}/pinguino-compilers" ]; then
|
||||||
cd "${tools}"
|
cd "${tools}"
|
||||||
git clone https://github.com/PinguinoIDE/pinguino-compilers
|
git clone https://github.com/PinguinoIDE/pinguino-compilers
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user