[PATCH] ci: Make CI build verbose

4 views
Skip to first unread message

Storm, Christian

unread,
Mar 11, 2024, 4:43:13 AM3/11/24
to EFI Boot Guard
From: Christian Storm <christi...@siemens.com>

Make the CI build print out commands executed to
allow for better contextualization of build errors.

Signed-off-by: Christian Storm <christi...@siemens.com>
---
.github/workflows/main.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 891fc45..49d887a 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -123,7 +123,7 @@ jobs:
run: |
pushd build >/dev/null
../configure
- make check -j $(nproc)
+ make check -j $(nproc) V=1
make check-valgrind -j $(nproc)
sudo make install
time bats --tap ../tests
@@ -137,28 +137,28 @@ jobs:
export PKG_CONFIG_LIBDIR=/usr/lib/i386-linux-gnu
../configure --with-gnuefi-lib-dir=/usr/lib32 CFLAGS=-m32 \
host_alias=i586-linux
- make check -j $(nproc)
+ make check -j $(nproc) V=1
- name: Build arm64
if: ${{ matrix.target == 'arm64' }}
run: |
cd build
../configure --host=aarch64-linux-gnu \
PKG_CONFIG=/usr/bin/aarch64-linux-gnu-pkg-config
- make check -j $(nproc)
+ make check -j $(nproc) V=1
- name: Build arm
if: ${{ matrix.target == 'arm' }}
run: |
cd build
../configure --host=arm-linux-gnueabihf \
PKG_CONFIG=/usr/bin/arm-linux-gnueabihf-pkg-config
- make check -j $(nproc)
+ make check -j $(nproc) V=1
- name: Build riscv64
if: ${{ matrix.target == 'riscv64' }}
run: |
cd build
../configure --host=riscv64-linux-gnu \
PKG_CONFIG=/usr/bin/riscv64-linux-gnu-pkg-config
- make check -j $(nproc)
+ make check -j $(nproc) V=1
- name: Run cppcheck
if: ${{ matrix.target == 'cppcheck' }}
run: |
--
2.44.0

Jan Kiszka

unread,
Mar 11, 2024, 3:19:05 PM3/11/24
to Storm, Christian, EFI Boot Guard
Thanks, applied.

Jan

--
Siemens AG, Technology
Linux Expert Center

Reply all
Reply to author
Forward
0 new messages