fix(fizz)

closes #4597
This commit is contained in:
Jacob Heider 2023-12-25 15:50:21 -05:00
parent 45823a1125
commit 3d5e0109fb
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -30,12 +30,12 @@ build:
cmake.org: ^3
ninja-build.org: ^1
script:
# compilation errors in 2023.12.18.0
# compilation errors in 2023.12.18.0 and beyond
- run: |
sed -i -e '/#include <fizz\/crypto\/aead\/AESGCM128.h>/a\
#include <fizz/crypto/exchange/X25519.h>\
#include <fizz/protocol/OpenSSLFactory.h>' FizzServerCommand.cpp
if: =2023.12.18.0
if: '>=2023.12.18.0'
working-directory: fizz/tool
- cmake -S fizz -B build $ARGS