See if it helps to allow unlimited locked memory
Some checks failed
/ container (push) Failing after 1m53s
Some checks failed
/ container (push) Failing after 1m53s
This commit is contained in:
parent
75f6318e45
commit
2be4c8ea13
1 changed files with 3 additions and 0 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue