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

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


The following commit(s) were added to refs/heads/master by this push:
     new ef44b226bd [INLONG-11321][CI] Fix the docker ci workflow failed when 
removing unnecessary packages (#11332)
ef44b226bd is described below

commit ef44b226bd54c2dcc7495832836f8287a6fb96ec
Author: AloysZhang <[email protected]>
AuthorDate: Fri Oct 11 15:05:02 2024 +0800

    [INLONG-11321][CI] Fix the docker ci workflow failed when removing 
unnecessary packages (#11332)
---
 .github/workflows/ci_docker.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci_docker.yml b/.github/workflows/ci_docker.yml
index 6d10d17c45..3ed84f2e36 100644
--- a/.github/workflows/ci_docker.yml
+++ b/.github/workflows/ci_docker.yml
@@ -63,8 +63,10 @@ jobs:
           dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 
100
           df -h
           echo "Removing large packages"
-          sudo apt-get remove -y '^dotnet-.*'
+          echo "Removing mongodb-.* packages..."
           sudo apt-get remove -y '^mongodb-.*'
+          echo "Removed mongodb-.* packages..."
+          df -h
           sudo apt-get remove -y azure-cli google-chrome-stable 
google-cloud-cli microsoft-edge-stable firefox powershell mono-devel 
libgl1-mesa-dri
           df -h
           echo "Removing large directories"

Reply via email to