prometheus: broken on x86_64, i686 and armv6l for now
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user