File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ set -e -x
55# 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.
8- IMAGE=" ubuntu:22.04"
9- DEPENDENCIES=" autotools-dev autoconf autoconf-archive pkg-config"
8+ IMAGE=" ghcr.io/python/autoconf:2024.10.06.11200919239"
109AUTORECONF=" autoreconf -ivf -Werror"
1110
1211WORK_DIR=" /src"
13- SHELL_CMD=" apt-get update && apt-get -yq install $DEPENDENCIES && cd $WORK_DIR && $AUTORECONF "
1412
1513abs_srcdir=$( cd $( dirname $0 ) /../..; pwd)
1614
@@ -28,4 +26,4 @@ if command -v selinuxenabled >/dev/null && selinuxenabled; then
2826 PATH_OPT=" :Z"
2927fi
3028
31- " $RUNTIME " run --rm -v " $abs_srcdir :$WORK_DIR$PATH_OPT " " $IMAGE " /usr/bin/bash -c " $SHELL_CMD "
29+ " $RUNTIME " run --rm -v " $abs_srcdir :$WORK_DIR$PATH_OPT " " $IMAGE "
You can’t perform that action at this time.
0 commit comments