This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 4d6f4d00b Minor improvement for tools/ci: Fixed cmake build of bloaty
and installation in darwin.sh script.
4d6f4d00b is described below
commit 4d6f4d00b08d808709a95ecb8ef3f78cfb185655
Author: simbit18 <[email protected]>
AuthorDate: Thu Mar 14 15:54:47 2024 +0100
Minor improvement for tools/ci: Fixed cmake build of bloaty and
installation in darwin.sh script.
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.
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9d7f91181..8230903cd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -192,7 +192,7 @@ jobs:
cache-name: ${{ runner.os }}-cache-tools
with:
path: ./sources/tools
- key: ${{ runner.os }}-tools-${{
hashFiles('./sources/nuttx/tools/ci/cibuild.sh') }}
+ key: ${{ runner.os }}-tools-${{
hashFiles('./sources/nuttx/tools/ci/platforms/darwin.sh') }}
- name: Export NuttX Repo SHA
run: echo "nuttx_sha=`git -C sources/nuttx rev-parse HEAD`" >>
$GITHUB_ENV