mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-03 03:27:20 -06:00
nodejs: fix linter
This commit is contained in:
parent
da4758140f
commit
5fe125ac6a
@ -10,6 +10,9 @@
|
|||||||
|
|
||||||
# Attempt to increase file descriptor limit
|
# Attempt to increase file descriptor limit
|
||||||
# as build may exhaust default (1024).
|
# as build may exhaust default (1024).
|
||||||
|
#
|
||||||
|
# -n is non-POSIX hence we "attempt".
|
||||||
|
# shellcheck disable=2039
|
||||||
ulimit -n 4096 2>/dev/null || :
|
ulimit -n 4096 2>/dev/null || :
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user