prometheus: broken on x86_64, i686 and armv6l for now

This commit is contained in:
Andrew J. Hesford 2024-01-29 12:56:10 -05:00
parent a6f258f335
commit f0ebdb9c0d

View file

@ -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() {