mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
prometheus: broken on x86_64, i686 and armv6l for now
This commit is contained in:
parent
a6f258f335
commit
f0ebdb9c0d
1 changed files with 5 additions and 1 deletions
|
@ -25,8 +25,12 @@ system_accounts="_prometheus"
|
|||
|
||||
make_dirs="/var/lib/prometheus 700 _prometheus _prometheus"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64|i686|armv6l) broken="ftbfs: npm ERR! EMFILE: too many open files" ;;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
( ulimit -n 4096 && CGO_ENABLED=0 GOARCH= make assets assets-compress )
|
||||
CGO_ENABLED=0 GOARCH= make assets assets-compress
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue