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