lupyuen commented on PR #3479: URL: https://github.com/apache/nuttx-apps/pull/3479#issuecomment-4438601227
@toku-mac The CI Check failed with this error: https://github.com/apache/nuttx-apps/actions/runs/25782691618/job/75736117186?pr=3479#step:4:84 ``` /home/runner/work/nuttx-apps/nuttx-apps/apps/cmake/nuttx_add_rust.cmake: error: execute permissions detected! ERROR __main__.py:618: Check failed: /home/runner/work/nuttx-apps/nuttx-apps/apps/cmake/nuttx_add_rust.cmake cmake-format check failed, run following command to update the style: $ cmake-format <src> -o <dst> ``` Could you remove the Execute Permission from nuttx_add_rust.cmake? Thanks :-) ``` ➜ cmake git:(fix_cargo_cmake) $ ls -l total 40 -rw-r--r-- 1 luppy wheel 2377 13 May 15:41 nuttx_add_luamod.cmake -rwxr-xr-x 1 luppy wheel 6397 13 May 15:41 nuttx_add_rust.cmake -rw-r--r-- 1 luppy wheel 2501 13 May 15:41 nuttx_add_wamrmod.cmake -rw-r--r-- 1 luppy wheel 2091 13 May 15:41 nuttx_wasm_interface.cmake ``` -- 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]
