gom: test only on x86_64
This is failing at the stress test regularly on aarch64 and i686-linux.
This commit is contained in:
@@ -55,7 +55,8 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dpygobject-override-dir=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
|
"-Dpygobject-override-dir=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = true;
|
# Success is more likely on x86_64
|
||||||
|
doCheck = stdenv.isx86_64;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
|
|||||||
Reference in New Issue
Block a user