simbit18 commented on PR #17423:
URL: https://github.com/apache/nuttx/pull/17423#issuecomment-3608103577

   Hi @lupyuen , it's a space issue!
   I ran some tests on GitHub. 
   Take a look at the 
   
   
https://github.com/simbit18/nuttx-testing-ci/actions/runs/19902259147/job/57049299454
   
   - LinuxMake job without GitHub Action to free disk space 
      The space available here is very limited, even without artefacts, etc. 
   
   You can find a possible solution in the
   
   - LinuxCleanup job with GitHub Action to free disk space
   Only Android runtime removed
   
   ```
         - name: Free Disk Space (Ubuntu)
           uses: ./.github/actions/free-disk-space
           with:
             # this might remove tools that are actually needed,
             # if set to "true" but frees about 6 GB
             tool-cache: false
             
             # all of these default to true, but feel free to set to
             # "false" if necessary for your workflow
             android: true
             dotnet: false
             haskell: false
             large-packages: false
             docker-images: false
             swap-storage: false 
   ```
   
   Essentially, I reuse the action to  free disk space on Ubuntu runner when 
when we create our NuttX Docker image.
   (I have to go now,  tomorrow  I'll see what else can be done).
   
   What do you think?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to