From a03aafed30c2155e7e49de074fde241071aa8071 Mon Sep 17 00:00:00 2001 From: Jerome Forissier Date: Wed, 11 Oct 2023 10:09:39 +0200 Subject: [PATCH] ci: hafnium: fix "no space left on device" error Apply the same technique as commit 788069fa88ed ("ci: rust: fix "no space left in device" error") to avoid a similar issue with the Hafnium job. Signed-off-by: Jerome Forissier Acked-by: Etienne Carriere Acked-by: Jens Wiklander --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 017acbfd9a0..ba0056eaaf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: