mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
ci/platform: Fix the “Repository not found” error for kconfig-frontends
MSYS2 Fix Repository not found https://bitbucket.org/nuttx/tools.git Now use URL https://github.com/patacongo/tools Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
@@ -123,7 +123,7 @@ kconfig_frontends() {
|
||||
add_path "${NUTTXTOOLS}"/kconfig-frontends/bin
|
||||
|
||||
if [ ! -f "${NUTTXTOOLS}/kconfig-frontends/bin/kconfig-conf" ]; then
|
||||
git clone --depth 1 https://bitbucket.org/nuttx/tools.git "${NUTTXTOOLS}"/nuttx-tools
|
||||
git clone --depth 1 https://github.com/patacongo/tools "${NUTTXTOOLS}"/nuttx-tools
|
||||
cd "${NUTTXTOOLS}"/nuttx-tools/kconfig-frontends
|
||||
./configure --prefix="${NUTTXTOOLS}"/kconfig-frontends \
|
||||
--disable-kconfig --disable-nconf --disable-qconf \
|
||||
|
||||
Reference in New Issue
Block a user