mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-17 20:22:54 -05:00
Analysis workflow, remove debug output.
This commit is contained in:
parent
8e5c3f51a2
commit
9a90254d2f
1 changed files with 0 additions and 3 deletions
3
.github/workflows/analysis_ports.yml
vendored
3
.github/workflows/analysis_ports.yml
vendored
|
|
@ -231,9 +231,6 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue