Skip to content

Commit

Permalink
build.yml: MSYS2 GitHub Action disable ccache and enable
Browse files Browse the repository at this point in the history
You need to disable the msys2 cache from the GitHub action because we moved the Scheduled Merge Jobs to a new NuttX Mirror Repo and approaching total cache storage limit !!!

https://github.com/apache/nuttx/actions/caches

https://github.com/msys2/setup-msys2?tab=readme-ov-file#cache

Enable CMake+Ninja for Msys2
  • Loading branch information
simbit18 authored and cederom committed Nov 26, 2024
1 parent 3f418f4 commit 0327abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ jobs:
with:
msystem: MSYS
update: false
cache: false
install: >-
base-devel
gcc
Expand Down Expand Up @@ -322,7 +323,7 @@ jobs:
git config --global --add safe.directory /github/workspace/sources/nuttx
git config --global --add safe.directory /github/workspace/sources/apps
cd sources/nuttx/tools/ci
./cibuild.sh -g -i -A -C -R testlist/${{matrix.boards}}.dat
./cibuild.sh -g -i -A -C -N -R testlist/${{matrix.boards}}.dat
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0327abb

Please sign in to comment.