mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
Analysis workflow, debug output for ctime.
This commit is contained in:
@@ -231,6 +231,9 @@ jobs:
|
||||
cd unbound
|
||||
echo "./configure --enable-debug --enable-static-exe --disable-flto \"--with-ssl=$prepath/openssl\" --with-libexpat=\"$prepath/expat\""
|
||||
./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat"
|
||||
grep -A 60 "checking for ctime_r" config.log | cat
|
||||
grep CTIME config.h | cat
|
||||
grep LIBOBJS Makefile | cat
|
||||
make
|
||||
# specific test output
|
||||
make testbound.exe; ./testbound.exe -s
|
||||
|
||||
Reference in New Issue
Block a user