This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 054fc2a1b59d62ae28360b91947e61496b72a8db Author: simbit18 <[email protected]> AuthorDate: Sun May 17 15:51:58 2026 +0200 ci/platforms/darwin.sh: Updated URL of kconfig-frontends src - New Url https://github.com/patacongo/tools.git https://github.com/apache/nuttx/pull/18883#issuecomment-4467204640 Signed-off-by: simbit18 <[email protected]> --- tools/ci/platforms/darwin.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/ci/platforms/darwin.sh b/tools/ci/platforms/darwin.sh index db548f682a3..85d3289ccbb 100755 --- a/tools/ci/platforms/darwin.sh +++ b/tools/ci/platforms/darwin.sh @@ -62,6 +62,7 @@ arm_gcc_toolchain() { local basefile basefile=arm-gnu-toolchain-13.2.rel1-darwin-x86_64-arm-none-eabi cd "${NUTTXTOOLS}" + # Download the latest ARM GCC toolchain prebuilt by ARM curl -O -L -s https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/${basefile}.tar.xz xz -d ${basefile}.tar.xz tar xf ${basefile}.tar @@ -214,7 +215,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.git "${NUTTXTOOLS}"/nuttx-tools cd "${NUTTXTOOLS}"/nuttx-tools/kconfig-frontends ./configure --prefix="${NUTTXTOOLS}"/kconfig-frontends \ --disable-kconfig --disable-nconf --disable-qconf \ @@ -436,6 +437,8 @@ install_build_tools() { # same for openssl rm -f /usr/local/bin/openssl || : + brew update + oldpath=$(cd . && pwd -P) for func in ${install}; do ${func}
