stress-ng: disable xxhash & libegl stressors 20017/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Sat, 3 Dec 2022 19:52:49 +0000 (21:52 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 13 Dec 2022 11:06:04 +0000 (13:06 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
utils/stress-ng/patches/001-disable-xxhash-and-libegl-stressors.patch [new file with mode: 0644]

diff --git a/utils/stress-ng/patches/001-disable-xxhash-and-libegl-stressors.patch b/utils/stress-ng/patches/001-disable-xxhash-and-libegl-stressors.patch
new file mode 100644 (file)
index 0000000..9a6904f
--- /dev/null
@@ -0,0 +1,12 @@
+--- a/Makefile.config
++++ b/Makefile.config
+@@ -243,8 +243,7 @@ libraries: \
+       configdir \
+       LIB_AIO LIB_BSD LIB_CRYPT LIB_RT LIB_SCTP LIB_Z LIB_DL \
+       LIB_JPEG LIB_JUDY LIB_PTHREAD LIB_PTHREAD_SPINLOCK \
+-      LIB_IPSEC_MB LIB_KMOD LIB_XXHASH LIB_APPARMOR \
+-      LIB_EGL LIB_GBM LIB_GLES2
++      LIB_IPSEC_MB LIB_KMOD LIB_APPARMOR
+ LIB_AIO:
+       $(call check,test-libaio,HAVE_LIB_AIO,$(LIB_AIO),$(LIB_AIO))