File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ RUN apt-get install -y zip xxd sudo
3737RUN apt install -y lsb-release wget software-properties-common gnupg
3838RUN wget https://apt.llvm.org/llvm.sh
3939RUN chmod +x llvm.sh
40- RUN ./llvm.sh 16 
41- RUN ln -s /usr/bin/clang-16  /usr/bin/clang
42- RUN ln -s /usr/bin/clang++-16  /usr/bin/clang++
40+ RUN ./llvm.sh 21 
41+ RUN ln -s /usr/bin/clang-21  /usr/bin/clang
42+ RUN ln -s /usr/bin/clang++-21  /usr/bin/clang++
4343
44- RUN apt-get install clang-format-16 
45- RUN ln -s /usr/bin/clang-format-16  /usr/bin/clang-format
44+ RUN apt-get install clang-format-21 
45+ RUN ln -s /usr/bin/clang-format-21  /usr/bin/clang-format
4646
4747# Needed when using the Dockerfile locally.
4848RUN git config --global --add safe.directory /opt/tflm
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments