speccy88 commented on PR #19224: URL: https://github.com/apache/nuttx/pull/19224#issuecomment-4820091450
Done. I rebased this branch onto current apache/nuttx master and ran the requested normalization with the current Berry apps PR tree available as ../apps: ```sh ./tools/refresh.sh --silent sim:berry ``` The refresh completed with no tracked defconfig diff after the rebase. I also verified locally: ```sh ./tools/checkpatch.sh -c -u -m -g origin/master..HEAD ./tools/configure.sh -a ../apps sim:berry make olddefconfig make -j8 ``` The local sim:berry build completed successfully. The new GitHub Actions runs are currently action_required and need maintainer approval to run on the updated fork commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
