Skip to content

Commit

Permalink
ci: avoid "No space left on device" error
Browse files Browse the repository at this point in the history
Remove unneeded files from the root filesystem to avoid a "No space
left on device" error. A similar trick was committed to optee_os for
the same reason [1].

Link: OP-TEE/optee_os@fa19500 [1]
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
  • Loading branch information
jforissier committed Feb 12, 2024
1 parent bcd5583 commit 070a4dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
container: jforissier/optee_os_ci:qemuv8_check2
steps:
- name: Remove /__t/*
run: rm -rf /__t/*
- name: Restore build cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 070a4dd

Please sign in to comment.