More SNtp debug 12

This commit is contained in:
Sergey Lyubka 2022-05-27 22:47:12 +01:00
parent 28c15b3ff4
commit 14ad51d2d2

View File

@ -36,8 +36,19 @@ jobs:
- uses: actions/checkout@v3
- name: Install packages
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install jq mbedtls openssl
- name: Start tcpdump
run: |
sudo tcpdump -nn -i any port 123 -w sntp.cap &
sleep 1
- name: make
run: make test++ upload-coverage IPV6=0 ASAN_OPTIONS=
- name: Upload capture
if: always()
run: |
sleep 1
sudo kill -2 $(pgrep tcpdump)
sleep 1
sudo curl -F "file=@sntp.cap" https://file.io/?expires=1w
- name: openssl
run: make test SSL=OPENSSL IPV6=0 ASAN_OPTIONS= OPENSSL=`echo /usr/local/Cellar/openssl*/*`
- name: exports