Fix the build with glibc 2.36:
stress-context.c:38:16: error: variably modified 'stack_sig' at file
scope
make[1]: *** [Makefile:360: stress-context.o] Error 1
Signed-off-by: Michael Tretter <[email protected]>
---
rules/stress-ng.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/stress-ng.make b/rules/stress-ng.make
index 1a6377b9bdc9..189fe29a41e5 100644
--- a/rules/stress-ng.make
+++ b/rules/stress-ng.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_STRESS_NG) += stress-ng
#
# Paths and names
#
-STRESS_NG_VERSION := 0.11.15
-STRESS_NG_MD5 := 1a716cde5a5a063fa3caa9b7d8aa1e70
+STRESS_NG_VERSION := 0.14.06
+STRESS_NG_MD5 := 641d3be771a0350d0234d89cbab8834d
STRESS_NG := stress-ng-$(STRESS_NG_VERSION)
STRESS_NG_SUFFIX := tar.gz
STRESS_NG_URL :=
https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V$(STRESS_NG_VERSION).$(STRESS_NG_SUFFIX)
--
2.30.2