summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2024-10-21 10:54:54 (GMT)
committerGitHub <noreply@github.com>2024-10-21 10:54:54 (GMT)
commitf36d37bbafcee711c765a8cda9ac3ca00b8258c8 (patch)
tree5103e13413b0bf3ad404b5f8e51ce2d7ad5af744 /.github
parent7d88140d5299bd086434840db66ede8ccd01a688 (diff)
downloadcpython-f36d37bbafcee711c765a8cda9ac3ca00b8258c8.zip
cpython-f36d37bbafcee711c765a8cda9ac3ca00b8258c8.tar.gz
cpython-f36d37bbafcee711c765a8cda9ac3ca00b8258c8.tar.bz2
gh-125741: Update `build.yml` for the new check_autoconf_regen job (#125772)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rwxr-xr-x.github/workflows/posix-deps-apt.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a72d4a1..8889889 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -536,6 +536,7 @@ jobs:
needs:
- check_source # Transitive dependency, needed to access `run_tests` value
- check-docs
+ - check_autoconf_regen
- check_generated_files
- build_macos
- build_ubuntu
@@ -571,6 +572,7 @@ jobs:
${{
needs.check_source.outputs.run_tests != 'true'
&& '
+ check_autoconf_regen,
check_generated_files,
build_macos,
build_ubuntu,
diff --git a/.github/workflows/posix-deps-apt.sh b/.github/workflows/posix-deps-apt.sh
index fb485bd..bfc5a08 100755
--- a/.github/workflows/posix-deps-apt.sh
+++ b/.github/workflows/posix-deps-apt.sh
@@ -1,11 +1,9 @@
#!/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 \