File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ set -e -x
5
5
# The check_generated_files job of .github/workflows/build.yml must kept in
6
6
# sync with this script. Use the same container image than the job so the job
7
7
# 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"
10
9
AUTORECONF=" autoreconf -ivf -Werror"
11
10
12
11
WORK_DIR=" /src"
13
- SHELL_CMD=" apt-get update && apt-get -yq install $DEPENDENCIES && cd $WORK_DIR && $AUTORECONF "
14
12
15
13
abs_srcdir=$( cd $( dirname $0 ) /../..; pwd)
16
14
@@ -28,4 +26,4 @@ if command -v selinuxenabled >/dev/null && selinuxenabled; then
28
26
PATH_OPT=" :Z"
29
27
fi
30
28
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