Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
needs:
- check_source # Transitive dependency, needed to access `run_tests` value
- check-docs
+ - check_autoconf_regen
- check_generated_files
- build_macos
- build_ubuntu
${{
needs.check_source.outputs.run_tests != 'true'
&& '
+ check_autoconf_regen,
check_generated_files,
build_macos,
build_ubuntu,
#!/bin/sh
apt-get update
-# autoconf-archive is needed by autoreconf (check_generated_files job)
apt-get -yq install \
build-essential \
pkg-config \
- autoconf-archive \
ccache \
gdb \
lcov \
set -e -x
-# The check_generated_files job of .github/workflows/build.yml must kept in
+# The check_autoconf_regen job of .github/workflows/build.yml must kept in
# sync with this script. Use the same container image than the job so the job
# doesn't need to run autoreconf in a container.
IMAGE="ghcr.io/python/autoconf:2024.10.16.11360930377"