tracker: Disable tests on aarch64
https://gitlab.gnome.org/GNOME/tracker/-/issues/397
This commit is contained in:
parent
1ad73cb589
commit
5c10f407bc
@ -101,8 +101,11 @@ stdenv.mkDerivation rec {
|
||||
"-Dsystemd_user_services=false"
|
||||
];
|
||||
|
||||
# https://gitlab.gnome.org/GNOME/tracker/-/issues/398
|
||||
doCheck = !stdenv.isi686;
|
||||
doCheck =
|
||||
# https://gitlab.gnome.org/GNOME/tracker/-/issues/397
|
||||
!stdenv.isAarch64
|
||||
# https://gitlab.gnome.org/GNOME/tracker/-/issues/398
|
||||
&& !stdenv.isi686;
|
||||
|
||||
postPatch = ''
|
||||
chmod +x \
|
||||
|
Loading…
Reference in New Issue
Block a user