File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 sudo apt-get update
6262 ## Check that build-gnu.sh works on the non SELinux system by installing libselinux only on lima
6363 sudo apt-get install -y gperf gdb python3-pyinotify valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev attr quilt
64- curl --fail --location --silent --show-error --retry 3 --retry-all-errors -o automake_1.18.1-3_all.deb https://sylvestre.ledru.info/debian/automake-1.18.deb
65- echo "0c6a249892120518ab7bb0711396dc8cd26f15ed4118d0b222ba3cd7368eb248 automake_1.18.1-3_all.deb" | sha256sum --check --strict -
66- sudo dpkg -i --force-depends automake_1.18.1-3_all.deb
6764 - name : Add various locales
6865 shell : bash
6966 run : |
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ if test -f gnu-built; then
122122 echo " 'rm -f $( pwd) /{gnu-built,src/getlimits}' to force the build"
123123 echo " Note: the customization of the tests will still happen"
124124else
125+ autoreconf
125126 # Disable useless checks
126127 sed -i ' s|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
127128 # Stop manpage generation for cleaner log
You can’t perform that action at this time.
0 commit comments