mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
gh-125741: Update build.yml
for the new check_autoconf_regen job (#125772)
This commit is contained in:
parent
7d88140d52
commit
f36d37bbaf
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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,
|
||||
|
|
2
.github/workflows/posix-deps-apt.sh
vendored
2
.github/workflows/posix-deps-apt.sh
vendored
|
@ -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 \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
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.11.11293396815"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue