JorgeGzm commented on PR #16665: URL: https://github.com/apache/nuttx/pull/16665#issuecomment-3179463415
@xiaoxiang781216 @cederom The build fails because the **zip** utility is not installed in the CI environment. The **Xedge.sh** script (https://github.com/RealTimeLogic/BAS-Resources/blob/main/build/Xedge.sh) is responsible for generating the **XedgeZip.c** file, which contains the embedded web pages for the Xedge application. However, the script requires the zip command: `zip -D -q -u -r -9 ../Xedge.zip .`, and only unzip is available in the current CI setup. Could you please install the **zip** package in the CI environment, or advise on the recommended approach for handling this build dependency? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org