From: Matthew Newton Date: Mon, 7 Aug 2023 11:53:19 +0000 (+0100) Subject: CI fuzzing: show which commit is being tested X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb6204981edbdb95d4338b0cb16376ab3529d60;p=thirdparty%2Ffreeradius-server.git CI fuzzing: show which commit is being tested --- diff --git a/.github/workflows/ci-scheduled-fuzzing.yml b/.github/workflows/ci-scheduled-fuzzing.yml index 51ae2af011e..47a47eeb6a8 100644 --- a/.github/workflows/ci-scheduled-fuzzing.yml +++ b/.github/workflows/ci-scheduled-fuzzing.yml @@ -233,6 +233,9 @@ jobs: id: pick_commit run: | while : ; do + echo "Testing commit:" + git log -n1 + echo CFLAGS="-DWITH_EVAL_DEBUG -O2 -g3" ./configure -C \ --enable-werror \ --enable-address-sanitizer \