File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ jobs:
154154  #  These targets are tier 3 or otherwise need to have CI build std via -Zbuild-std.
155155  #  Because of this, only the nightly compiler can be used on these targets.
156156  docker_linux_build_std :
157+     if : ${{ false }}  #  This is currently broken
157158    name : Docker Linux Build-Std Targets 
158159    needs : [docker_linux_tier1, style_check] 
159160    runs-on : ubuntu-20.04 
@@ -326,7 +327,7 @@ jobs:
326327    needs : [ 
327328      docker_linux_tier1, 
328329      docker_linux_tier2, 
329-       docker_linux_build_std, 
330+       # docker_linux_build_std,
330331      macos, 
331332      windows, 
332333      style_check, 
@@ -348,7 +349,7 @@ jobs:
348349    needs : [ 
349350      docker_linux_tier1, 
350351      docker_linux_tier2, 
351-       docker_linux_build_std, 
352+       # docker_linux_build_std,
352353      macos, 
353354      windows, 
354355      style_check, 
Original file line number Diff line number Diff line change @@ -226,7 +226,6 @@ aarch64-unknown-openbsd \
226226aarch64-wrs-vxworks \  
227227armebv7r-none-eabi \  
228228armebv7r-none-eabihf \  
229- armv7-unknown-linux-uclibceabihf \  
230229armv7-wrs-vxworks-eabihf \  
231230armv7r-none-eabi \  
232231armv7r-none-eabihf \  
@@ -237,9 +236,7 @@ i686-unknown-haiku \
237236i686-unknown-netbsd \  
238237i686-unknown-openbsd \  
239238i686-wrs-vxworks \  
240- mips-unknown-linux-uclibc \  
241239mipsel-sony-psp \  
242- mipsel-unknown-linux-uclibc \  
243240mips64-unknown-linux-muslabi64 \  
244241mips64el-unknown-linux-muslabi64 \  
245242nvptx64-nvidia-cuda \  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments