File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- #  Copyright (c) 2022 - 2024 , Oracle and/or its affiliates. All rights reserved.
1+ #  Copyright (c) 2022 - 2025 , Oracle and/or its affiliates. All rights reserved.
22#  Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
33
44#  Use bash as the shell when executing a rule's recipe. For more details:
@@ -158,6 +158,8 @@ souffle:
158158	      sudo wget https://souffle-lang.github.io/ppa/souffle-key.public -O /usr/share/keyrings/souffle-archive-keyring.gpg;  \ 
159159	      echo  " deb [signed-by=/usr/share/keyrings/souffle-archive-keyring.gpg] https://souffle-lang.github.io/ppa/ubuntu/ stable main" |  sudo tee /etc/apt/sources.list.d/souffle.list;  \ 
160160	      sudo apt update;  \ 
161+ 	      sudo wget http://archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi7_3.3-4_amd64.deb;  \ 
162+ 		  sudo dpkg -i libffi7_3.3-4_amd64.deb;  \ 
161163	      sudo apt install souffle;;  \ 
162164	    " Darwin" \ 
163165	      if  command  -v brew;  then  \
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments