Skip to content

Commit f36d37b

Browse files
authored
gh-125741: Update build.yml for the new check_autoconf_regen job (#125772)
1 parent 7d88140 commit f36d37b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ jobs:
536536
needs:
537537
- check_source # Transitive dependency, needed to access `run_tests` value
538538
- check-docs
539+
- check_autoconf_regen
539540
- check_generated_files
540541
- build_macos
541542
- build_ubuntu
@@ -571,6 +572,7 @@ jobs:
571572
${{
572573
needs.check_source.outputs.run_tests != 'true'
573574
&& '
575+
check_autoconf_regen,
574576
check_generated_files,
575577
build_macos,
576578
build_ubuntu,

.github/workflows/posix-deps-apt.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#!/bin/sh
22
apt-get update
33

4-
# autoconf-archive is needed by autoreconf (check_generated_files job)
54
apt-get -yq install \
65
build-essential \
76
pkg-config \
8-
autoconf-archive \
97
ccache \
108
gdb \
119
lcov \

Tools/build/regen-configure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -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.
88
IMAGE="ghcr.io/python/autoconf:2024.10.11.11293396815"

0 commit comments

Comments
 (0)