From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> Hi Jens, Small liburing fixes and cleanups this time: - Patch 1 and 2 are a fix for the recent updates from Dylan. - Patch 3 and 4 are a Makefile cleanup. - Patch 5 is an update for the GitHub bot to build x86 32-bit nolibc. - Patch 6 is a workaround for random SIGSEGV error on test/double-poll-crash. Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- Ammar Faizi (6): test/runtests-quiet.sh: Fixup redirection Makefile: Make sure we build everything before runtests test/Makefile: Remove `.PHONY` variable test/Makefile: Sort the test file list alphabetically .github/workflows: Run the nolibc build for x86 32-bit test/double-poll-crash: Skip this test if the `mmap()` fails .github/workflows/build.yml | 2 +- Makefile | 4 ++-- test/Makefile | 4 ++-- test/double-poll-crash.c | 13 +++++++++++-- test/runtests-quiet.sh | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) base-commit: 770efd14e8b17ccf23a45c95ecc9d38de4e17011 -- Ammar Faizi