File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 2626      python_url : ' https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64_v3-unknown-linux-gnu-install_only.tar.gz' 
2727      pip_args : ${{ matrix.build.pip_args }} -r requirements.${{ matrix.build.type }}.txt 
2828    steps :
29+       - name : Maximize build space 
30+         uses : easimon/maximize-build-space@master 
31+         with :
32+           root-reserve-mb : 512 
33+           swap-size-mb : 1024 
34+           remove-dotnet : ' true' 
35+           remove-android : ' true' 
36+           remove-android : ' true' 
37+           remove-codeql : ' true' 
38+           remove-docker-images : ' true' 
39+ 
2940      - uses : actions/checkout@v4 
3041
3142      - name : Cache Python Download 
@@ -167,7 +178,7 @@ jobs:
167178        run : rm -rf python/lib/python3.11/site-packages/torch/include && rm -rf python/include && rm -rf python/share 
168179
169180      - name : Build artifact 
170-         run : cd python && tar -cf - * | zstd -9 -T0  > /tmp/${{ env.artifact_name }} 
181+         run : cd python && tar -cf - * | zstd -9 -T1  > /tmp/${{ env.artifact_name }} 
171182
172183      - name : Upload artifact 
173184        uses : actions/upload-artifact@v4 
@@ -219,7 +230,7 @@ jobs:
219230        run : rm -rf python/lib/python3.11/site-packages/torch/include && rm -rf python/include && rm -rf python/share 
220231
221232      - name : Build artifact 
222-         run : cd python && tar -cf - * | zstd -9 -T0  > /tmp/${{ env.artifact_name }} 
233+         run : cd python && tar -cf - * | zstd -9 -T1  > /tmp/${{ env.artifact_name }} 
223234
224235      - name : Upload artifact 
225236        uses : actions/upload-artifact@v4 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments