lupyuen commented on issue #14558: URL: https://github.com/apache/nuttx/issues/14558#issuecomment-2466003896
@lvanasse Oops sorry, please use this script, it will run all jobs forever: https://lupyuen.github.io/articles/ci2#build-nuttx-for-all-target-groups ```bash ## Download the scripts git clone https://github.com/lupyuen/nuttx-release cd nuttx-release ## Login to GitHub in Headless Mode sudo apt install gh sudo gh auth login ## (1) What Account: "GitHub.com" ## (2) Preferred Protocol: "HTTPS" ## (3) Authenticate GitHub CLI: "Login with a web browser" ## (4) Copy the One-Time Code, press Enter ## (5) Press "q" to quit the Text Browser that appears ## (6) Switch to Firefox Browser and load https://github.com/login/device ## (7) Enter the One-Time Code. GitHub Login will proceed. ## See https://stackoverflow.com/questions/78890002/how-to-do-gh-auth-login-when-run-in-headless-mode ## Run the Build Job forever: arm-01 ... arm-14 sudo ./run-ci.sh ``` -- 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]
