mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-18 18:25:10 -05:00
- simdzone-zone-load, ci change.
This commit is contained in:
parent
b3be0fe943
commit
2001d9fd15
1 changed files with 1 additions and 3 deletions
4
.github/workflows/analysis_ports.yml
vendored
4
.github/workflows/analysis_ports.yml
vendored
|
|
@ -280,9 +280,7 @@ jobs:
|
|||
echo "unbound"
|
||||
cd unbound
|
||||
echo "./configure --enable-debug --enable-static-exe --disable-flto \"--with-ssl=$prepath/openssl\" --with-libexpat=\"$prepath/expat\" --disable-shared"
|
||||
./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat" --disable-shared || echo "ignored"
|
||||
cat simdzone/config.log
|
||||
exit 1 #DEBUG, why is _fullpath missing.
|
||||
./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat" --disable-shared
|
||||
make
|
||||
# specific test output
|
||||
#make testbound.exe; ./testbound.exe -s
|
||||
|
|
|
|||
Loading…
Reference in a new issue