diff --git a/.pick_status.json b/.pick_status.json index 763cbbdb383..39790a47a39 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1444,7 +1444,7 @@ "description": "nouveau/mme: Don't install the HW tests", "nominated": false, "nomination_type": 0, - "resolution": 4, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/nouveau/mme/meson.build b/src/nouveau/mme/meson.build index b392bcb2250..3f5a226275d 100644 --- a/src/nouveau/mme/meson.build +++ b/src/nouveau/mme/meson.build @@ -64,7 +64,7 @@ if with_tests and not with_platform_android idep_nouveau_mme, idep_nouveau_ws ], - install : true, + install : false, ) executable( @@ -80,7 +80,7 @@ if with_tests and not with_platform_android idep_nouveau_mme, idep_nouveau_ws ], - install : true, + install : false, ) endif