This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit cf2f206f3bad9b540c0535c0f96cdd1880f762d3
Author: Xiang Xiao <[email protected]>
AuthorDate: Sun Dec 10 05:54:15 2023 +0800

    Revert "CI: Free space on worker building container"
    
    done by https://github.com/apache/nuttx/pull/11354 now
    
    This reverts commit 05801f9fecbdb58045475cfd11c674a4ab747ffd.
---
 .github/workflows/docker_linux.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/docker_linux.yml 
b/.github/workflows/docker_linux.yml
index db4ca79b67..514e7b72d0 100644
--- a/.github/workflows/docker_linux.yml
+++ b/.github/workflows/docker_linux.yml
@@ -73,11 +73,6 @@ jobs:
           registry: ghcr.io
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
-      - name: Free Up Extra Disk Space
-        run: |
-          sudo rm -rf /usr/share/dotnet
-          sudo rm -rf /usr/local/lib/android
-          sudo rm -rf /opt/gch
       - name: Pre-build Disk Stats
         run: |
           df -h

Reply via email to