File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
src/ci/docker/host-x86_64/pr-check-2 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ ENV SCRIPT \
3333        python3 ../x.py test --stage 1 src/tools/compiletest && \
3434        python3 ../x.py doc bootstrap && \
3535        #  Build both public and internal documentation.
36-         RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\"  python3 ../x.py doc compiler && \
37-         RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\"  python3 ../x.py doc library && \
36+         RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\"  python3 ../x.py doc compiler --stage 2  && \
37+         RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\"  python3 ../x.py doc library --stage 2  && \
3838        mkdir -p /checkout/obj/staging/doc && \
3939        cp -r build/x86_64-unknown-linux-gnu/doc /checkout/obj/staging && \
40-         RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\"  python3 ../x.py doc library/test && \
40+         RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\"  python3 ../x.py doc library/test --stage 2  && \
4141        #  The BOOTSTRAP_TRACING flag is added to verify whether the
4242        #  bootstrap process compiles successfully with this flag enabled.
4343        BOOTSTRAP_TRACING=1 python3 ../x.py --help
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments