fix: reproducible cpio

This commit is contained in:
Lance R. Vick 2024-02-15 04:57:43 -08:00
parent 5c8e257afa
commit 235e149fe5
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -23,7 +23,8 @@ RUN --network=none <<-EOF
--prefix=/usr \
--bindir=/bin \
--mandir=/usr/share/man \
--infodir=/usr/share/info
--infodir=/usr/share/info \
gl_cv_func_getcwd_path_max="no, but it is partly working"
make
EOF