File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ jobs:
440440      SCHNORRSIG : ' yes' 
441441      MUSIG : ' yes' 
442442      ELLSWIFT : ' yes' 
443-       CC : ' clang' 
443+       CC : ' clang-snapshot ' 
444444      SECP256K1_TEST_ITERS : 32 
445445      ASM : ' no' 
446446      WITH_VALGRIND : ' no' 
Original file line number Diff line number Diff line change 7070    #  Determine the version number of the LLVM development branch
7171    LLVM_VERSION=$(apt-cache search --names-only '^clang-[0-9]+$'  | sort -V | tail -1 | cut -f1 -d" "  | cut -f2 -d"-"  ) && \
7272    #  Install
73-     apt-get install --no-install-recommends -y "clang-${LLVM_VERSION}"  && \
73+     apt-get install --no-install-recommends -y "clang-${LLVM_VERSION}"  "libclang-rt-${LLVM_VERSION}-dev"   && \
7474    #  Create symlink
7575    ln -s "/usr/bin/clang-${LLVM_VERSION}"  /usr/bin/clang-snapshot && \
7676    #  Clean up
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments