File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -227,9 +227,9 @@ install:
227227            chmod +x /usr/local/bin/sccache && 
228228          travis_retry curl -fo /usr/local/bin/stamp https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-03-17-stamp-x86_64-apple-darwin && 
229229            chmod +x /usr/local/bin/stamp && 
230-           travis_retry curl -f http://releases.llvm.org/6 .0.0/clang+llvm-6 .0.0-x86_64-apple-darwin.tar.xz | tar xJf - && 
231-             export CC=`pwd`/clang+llvm-6 .0.0-x86_64-apple-darwin/bin/clang && 
232-             export CXX=`pwd`/clang+llvm-6 .0.0-x86_64-apple-darwin/bin/clang++ && 
230+           travis_retry curl -f http://releases.llvm.org/7 .0.0/clang+llvm-7 .0.0-x86_64-apple-darwin.tar.xz | tar xJf - && 
231+             export CC=`pwd`/clang+llvm-7 .0.0-x86_64-apple-darwin/bin/clang && 
232+             export CXX=`pwd`/clang+llvm-7 .0.0-x86_64-apple-darwin/bin/clang++ && 
233233            export AR=ar 
234234          ;; 
235235    esac 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments