chronograf: i686* broken
This commit is contained in:
parent
9bb6be768d
commit
a859433b92
|
@ -18,6 +18,10 @@ system_accounts="_chronograf"
|
|||
_chronograf_homedir="/var/lib/${pkgname}"
|
||||
make_dirs="${_chronograf_homedir} 0755 _chronograf _chronograf"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) broken="yarn not available" ;;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
dep ensure
|
||||
|
|
Loading…
Reference in New Issue