Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e713876 commit 96437cbCopy full SHA for 96437cb
1 file changed
Tools/build/regen-configure.sh
@@ -3,7 +3,8 @@
3
set -e -x
4
5
# The check_generated_files job of .github/workflows/build.yml must kept in
6
-# sync with this script.
+# 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.
8
IMAGE="ubuntu:22.04"
9
DEPENDENCIES="autotools-dev autoconf autoconf-archive pkg-config"
10
AUTORECONF="autoreconf -ivf -Werror"
0 commit comments