Skip to content

Commit 96437cb

Browse files
committed
Complete comment
1 parent e713876 commit 96437cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tools/build/regen-configure.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
set -e -x
44

55
# The check_generated_files job of .github/workflows/build.yml must kept in
6-
# sync with this script.
6+
# sync with this script. Use the same container image than the job so the job
7+
# doesn't need to run autoreconf in a container.
78
IMAGE="ubuntu:22.04"
89
DEPENDENCIES="autotools-dev autoconf autoconf-archive pkg-config"
910
AUTORECONF="autoreconf -ivf -Werror"

0 commit comments

Comments
 (0)