Skip to content

Commit

Permalink
github: free disc space for LP64-WIP test
Browse files Browse the repository at this point in the history
The LP64-WIP test is also failing with insufficient disc space
errors. Apply the same work-around as for other tests.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
  • Loading branch information
lyakh committed Jan 9, 2025
1 parent 5bb2a66 commit ffcb3e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
path: ./workspace/sof
filter: 'tree:0'

- name: free space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
- name: west clones
run: pip3 install west && cd workspace/sof/ && west init -l &&
west update --narrow --fetch-opt=--filter=tree:0
Expand Down

0 comments on commit ffcb3e4

Please sign in to comment.