Commit Graph

21 Commits

Author SHA1 Message Date
Alexandru Ardelean 80443fc66c stress-ng: disable xxhash & libegl stressors
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-12-13 13:06:04 +02:00
Alexandru Ardelean 9646958beb
stress-ng: add libjpeg dep
Fixes: https://github.com/openwrt/packages/issues/19210

If libjpeg isn't selected by another package, all is fine.
But if it is selected, the stress-ng build will see it and try to build the
jpeg stressor. This would usually fail sometime and link-time.

In any case, it's better to just pick-up libjpeg as a dependency of
stress-ng. If people want to stress their system with this tool, they can
probably expect libjpeg as well.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit fc6f44b13a)
2022-08-24 01:07:37 +02:00
Guilherme Janczak 39a25cea0d
stress-ng: update to 0.14.03
Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit 9a85437016)
2022-08-17 16:10:40 +02:00
Sergey V. Lobanov 53a51fb3d1 stress-ng: fix build on macos
This patch adds KERNEL=Linux to MAKE_FLAGS to avod Darwin detection.
If Makefile detects Darwin, it removes -lbsd from build flags, but
this flag is required due to target is always Linux, not bsd-like.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-25 01:41:09 +03:00
Alexandru Ardelean 811bd772b7 stress-ng: bump to version 0.13.05
And switch to Github URLs.
The old one isn't working anymore.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-10-27 20:55:22 +03:00
Alexandru Ardelean 71fc63342f stress-ng: bump to 0.13.03
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-30 14:28:26 -07:00
Alexandru Ardelean 5902fcb2c4 stress-ng: bump to version 0.13.01
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-09 09:08:09 -04:00
Alexander Egorenkov 1058d37f71 stress-ng: add missing libkmod dependency
This fixes build problem introduced in commit 9a1bb4baf5 ("stress-ng: bump to version 0.13.00"):
Package stress-ng is missing dependencies for the following libraries:
libkmod.so.2

Fixes: 9a1bb4baf5 ("stress-ng: bump to version 0.13.00")
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2021-08-11 20:49:29 +02:00
Alexandru Ardelean 9a1bb4baf5 stress-ng: bump to version 0.13.00
And switch to AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-08-09 14:52:56 +03:00
Alexandru Ardelean 6f48074e79 stress-ng: bump to version 0.12.10
Patch `010-soft-float.patch` can be dropped.
It was upstreamed via https://github.com/ColinIanKing/stress-ng/pull/126

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-06-14 13:25:46 +03:00
Alexandru Ardelean 96692fa6c1 stress-ng: bump to version 0.12.07
Refreshed patch.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-04 20:16:41 -07:00
Alexandru Ardelean 940492c577 stress-ng: bump to version 0.12.06
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 11:51:51 +03:00
Alexandru Ardelean 987c82cc73 stress-ng: bump to version 0.12.04
Refreshed patch.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-08 12:32:25 +02:00
Alexandru Ardelean 63503163a5 stress-ng: bump to version 0.12.02
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-02-02 16:23:01 +02:00
Rosen Penev b6d1682615
stress-ng: add other dependencies
Size is not really an issue for stress-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-10 14:54:32 -08:00
Rosen Penev 2d6f791a6f
stress-ng: update to 0.12.01
Simplified bsd patch to be compatible with glibc. It's easier to just
use libbsd with glibc. Size shouldn't be an issue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 15:38:33 -08:00
Alexandru Ardelean c10ff20ac4 stress-ng: bump to version 0.12.00
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-07 09:30:12 +02:00
Alexandru Ardelean da9e1e0c0d utils: stress-ng: bump to version 0.11.23
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-11-02 15:12:39 +02:00
Alexandru Ardelean 6736e77c82 stress-ng: bump to version 0.11.20
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-09-09 10:30:07 +03:00
Rosen Penev 253ca66efc
stress-ng: remove libaio and libbsd support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-06 15:23:32 -07:00
Rosen Penev fba6bb9489
stress-ng: add
This is a replacement for the old stress utility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-31 00:20:47 -07:00