mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/influxdb: disable tests on some arches
This commit is contained in:
parent
8e25622753
commit
2d7c70b86c
@ -38,6 +38,10 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
# Failures on these arches
|
||||
case $CARCH in
|
||||
s390x|arm*|ppc64le) return 0
|
||||
esac
|
||||
go test -short ./...
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user