From 84d509926a5f8b0cf8ed625d5d285b95e326f029 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 27 Jan 2025 16:15:37 +0100 Subject: [PATCH] github: cat config.log on configure failures Signed-off-by: Giuseppe Scrivano --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1cd073ae3d..973778761b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -45,7 +45,7 @@ jobs: run: | find $(pwd) -name '.git' -exec bash -c 'git config --global --add safe.directory ${0%/.git}' {} \; ./autogen.sh - ./configure CFLAGS='-Wall -Werror' + ./configure CFLAGS='-Wall -Werror' || cat config.log make -j $(nproc) -C libocispec libocispec.la make git-version.h make -j $(nproc) libcrun.la