mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/vala: disable tests on ppc64le, fail to compile
A fix is available upstream: https://gitlab.gnome.org/GNOME/vala/-/issues/1068. We can't just apply it though because it modifies the parts of Vala that are written in Vala, so we'd have to rebootstrap the compiler. Since a new release will be done soon for GNOME 3.38, we can just wait for that and re-enable the tests when bumping.
This commit is contained in:
parent
ad6438e165
commit
b1923a1509
@ -14,6 +14,14 @@ makedepends="libxslt-dev bash flex bison gobject-introspection-dev graphviz-dev"
|
||||
checkdepends="dbus-x11"
|
||||
source="https://download.gnome.org/sources/vala/${pkgver%.*}/vala-$pkgver.tar.xz"
|
||||
|
||||
case "$CARCH" in
|
||||
ppc64le)
|
||||
# Fail to compile, fix is upstream: https://gitlab.gnome.org/GNOME/vala/-/issues/1068
|
||||
# Can't apply patch because then we'd have to re-bootstrap Vala, so wait for the next release tarball
|
||||
options="!check"
|
||||
;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user