File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 4040      other_names_also : | 
4141        devspaces 
4242        devel 
43-         ee-amd64:tox -e ee:runner=devtools-multiarch-builder  
44-         ee-arm64:tox -e ee:runner=ubuntu-24.04-arm64-2core  
43+         ee-amd64:tox -e ee:runner=ubuntu-24.04  
44+         ee-arm64:tox -e ee:runner=ubuntu-24.04-arm  
4545secrets : inherit  #  needed for logging to the ghcr.io registry
4646
4747  codeql :
Original file line number Diff line number Diff line change 11#! /bin/bash -e
2+ #  cspell: ignore hhvm
23set  -eux pipefail
34
45if  [[ -f  " /usr/bin/apt-get" ;  then 
6+     dpkg-query -Wf ' ${Installed-Size}\t${Package}\n' |  sort -n |  tail -n 100
7+     df -h
8+     echo  " Removing large packages so GHA runners do not run out of disk space during image building" 
9+     sudo apt-get remove -y ' ^ghc-8.*' ' ^dotnet-.*' ' ^llvm-.*' ' php.*' ||  true 
10+     sudo apt-get autoremove -y
511    sudo apt-get install -y -q libonig-dev
12+     sudo apt-get clean
13+     rm -rf /usr/share/dotnet/
14+     df -h
615fi 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments