Skip to content

Commit

Permalink
ci: hafnium: fix "no space left on device" error
Browse files Browse the repository at this point in the history
Apply the same technique as commit 788069f ("ci: rust: fix "no space
left in device" error") to avoid a similar issue with the Hafnium job.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
  • Loading branch information
jforissier committed Oct 11, 2023
1 parent 1b0bd89 commit a03aafe
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 @@ -330,6 +330,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 a03aafe

Please sign in to comment.