apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
264 stars 490 forks source link

Minor improvement for tools/ci: Fixed cmake build of bloaty and installation in darwin.sh script. #2348

Closed xiaoxiang781216 closed 3 months ago

xiaoxiang781216 commented 3 months ago

Summary

function bloaty() Add -D CMAKE_INSTALL_PREFIX="${NUTTXTOOLS}"/bloaty. Improves workflow execution time because it is now cached.

Changed reference file to calculate the hash for key of actions/cache@v4. Now it is darwin.sh.

Impact

ci

Testing

ci

xiaoxiang781216 commented 3 months ago

cherry-pick from https://github.com/apache/nuttx/pull/11943

simbit18 commented 3 months ago

@xiaoxiang781216 This could solve #2347