File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -541,6 +541,7 @@ jobs:
541541    needs :
542542    - check_source   #  Transitive dependency, needed to access `run_tests` value
543543    - check-docs 
544+     - check_autoconf_regen 
544545    - check_generated_files 
545546    - build_macos 
546547    - build_ubuntu 
@@ -573,6 +574,7 @@ jobs:
573574          ${{ 
574575            needs.check_source.outputs.run_tests != 'true' 
575576            && ' 
577+             check_autoconf_regen, 
576578            check_generated_files, 
577579            build_macos, 
578580            build_ubuntu, 
Original file line number Diff line number Diff line change 11#! /bin/sh
22apt-get update
33
4- #  autoconf-archive is needed by autoreconf (check_generated_files job)
54apt-get -yq install \
65    build-essential \
76    pkg-config \
8-     autoconf-archive \
97    ccache \
108    gdb \
119    lcov \
Original file line number Diff line number Diff line change 22
33set  -e -x
44
5- #  The check_generated_files  job of .github/workflows/build.yml must kept in
5+ #  The check_autoconf_regen  job of .github/workflows/build.yml must kept in
66#  sync with this script. Use the same container image than the job so the job
77#  doesn't need to run autoreconf in a container.
88IMAGE=" ghcr.io/python/autoconf:2024.10.16.11360930377" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments