From 4095599761dd6083d4e646b1a98f493f7dd278f8bd08e8f210fcee8e146bf0e0 Mon Sep 17 00:00:00 2001 From: Tejas Guruswamy Date: Sat, 21 May 2022 17:29:17 +0000 Subject: [PATCH] - Disable SUSE_ZNOW to fix failing tests on x86_64 + https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/102 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/intel-gpu-tools?expand=0&rev=4 --- intel-gpu-tools.changes | 6 ++++++ intel-gpu-tools.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/intel-gpu-tools.changes b/intel-gpu-tools.changes index fb249da..1c5b949 100644 --- a/intel-gpu-tools.changes +++ b/intel-gpu-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 21 17:28:41 UTC 2022 - Tejas Guruswamy + +- Disable SUSE_ZNOW to fix failing tests on x86_64 + + https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/102 + ------------------------------------------------------------------- Fri Jan 14 23:41:24 UTC 2022 - Tejas Guruswamy diff --git a/intel-gpu-tools.spec b/intel-gpu-tools.spec index 426697f..37c3d6d 100644 --- a/intel-gpu-tools.spec +++ b/intel-gpu-tools.spec @@ -76,6 +76,9 @@ Development files and library headers for %{name} %patch1 -p1 %build +#Tests fail on x86_64 with -z now +#https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/102 +export SUSE_ZNOW=0 %meson %meson_build