Skip to content

Commit 4f11d2b

Browse files
oech3sylvestre
authored andcommitted
GnuTests: autoreconf for portability
1 parent 94123a0 commit 4f11d2b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/GnuTests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
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: |

util/build-gnu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"
124124
else
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

0 commit comments

Comments
 (0)