xiaoxiang781216 commented on PR #16665: URL: https://github.com/apache/nuttx/pull/16665#issuecomment-3179652896
> @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? you can modify the environment setup script used by ci with the new patch: ``` grep -rwn clang-arm-none-eabi tools/ ``` and find the suitable place to install zip. -- 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