File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ add_flag -Werror
2323#  C99-only compilers we test against anyway. Anything that passes all the
2424#  compilers we use is fine.
2525add_c_flag -Wno-c11-extensions
26+ add_c_flag -Wno-pre-c11-compat
27+ 
28+ #  TODO(iphydf): Investigate if we can get lan discovery to work on macos CI.
29+ #  It works, but CI doesn't let us press the "allow broadcast" button.
30+ sed -Ei -e ' /\((lan_discovery)\)/s/^/#/'   auto_tests/CMakeLists.txt
2631
2732cmake -B_build -H. \
2833  -DCMAKE_C_FLAGS=" $C_FLAGS "   \
Original file line number Diff line number Diff line change @@ -116,12 +116,12 @@ jobs:
116116              libopus 
117117              libsodium 
118118              libvpx 
119-               ninja 
119+               ninja-build  
120120              pkg-config 
121121
122122          run : | 
123123            # TODO(iphydf): Investigate NetBSD failures on these tests. 
124-             sed -Ei -e '/\((TCP|dht_nodes_response_api)\)/s/^/#/' auto_tests/CMakeLists.txt 
124+             sed -Ei -e '/\((TCP|dht_nodes_response_api|tcp_relay )\)/s/^/#/' auto_tests/CMakeLists.txt 
125125            cmake . \ 
126126              -DMIN_LOGGER_LEVEL=TRACE \ 
127127              -DMUST_BUILD_TOXAV=ON \ 
Original file line number Diff line number Diff line change 11FROM  toxchat/c-toxcore:sources AS sources
2- FROM  ghcr.io/goblint/analyzer:latest 
2+ FROM  ghcr.io/goblint/analyzer:2.5.0 
33
44RUN  apt-get update && \
55 DEBIAN_FRONTEND="noninteractive"  apt-get install -y --no-install-recommends \
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments