mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
parent
45823a1125
commit
3d5e0109fb
|
@ -30,12 +30,12 @@ build:
|
||||||
cmake.org: ^3
|
cmake.org: ^3
|
||||||
ninja-build.org: ^1
|
ninja-build.org: ^1
|
||||||
script:
|
script:
|
||||||
# compilation errors in 2023.12.18.0
|
# compilation errors in 2023.12.18.0 and beyond
|
||||||
- run: |
|
- run: |
|
||||||
sed -i -e '/#include <fizz\/crypto\/aead\/AESGCM128.h>/a\
|
sed -i -e '/#include <fizz\/crypto\/aead\/AESGCM128.h>/a\
|
||||||
#include <fizz/crypto/exchange/X25519.h>\
|
#include <fizz/crypto/exchange/X25519.h>\
|
||||||
#include <fizz/protocol/OpenSSLFactory.h>' FizzServerCommand.cpp
|
#include <fizz/protocol/OpenSSLFactory.h>' FizzServerCommand.cpp
|
||||||
if: =2023.12.18.0
|
if: '>=2023.12.18.0'
|
||||||
working-directory: fizz/tool
|
working-directory: fizz/tool
|
||||||
|
|
||||||
- cmake -S fizz -B build $ARGS
|
- cmake -S fizz -B build $ARGS
|
||||||
|
|
Loading…
Reference in a new issue