mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
45823a1125
commit
3d5e0109fb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue