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 authored and kv2019i committed Jan 9, 2025
1 parent 5d33bd7 commit ce3315b
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 ce3315b

Please sign in to comment.