See if it helps to allow unlimited locked memory
Some checks failed
/ container (push) Failing after 1m53s

This commit is contained in:
Patrik Lundin 2025-02-27 23:48:51 +01:00
parent 75f6318e45
commit 2be4c8ea13
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -47,6 +47,9 @@ RUN set -e && \
cd $SLASHSRC && \
# use specific commit for reproducibility
git checkout c2e05e831ffc8095d9cc56510f24a5529ab16282 && \
ulimit -a && \
ulimit -l unlimited && \
ulimit -a && \
./bootstrap && \
make check && \
make install && \