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