fix(fb303)

closes #4563
This commit is contained in:
Jacob Heider 2023-12-22 11:15:06 -05:00 committed by Jacob Heider
parent e582f2844f
commit 81fd9563b4

View file

@ -42,5 +42,8 @@ build:
- -DCMAKE_CXX_FLAGS=-fPIC
- -DCMAKE_EXE_LINKER_FLAGS=-pie
test:
- c++ -std=c++17 test.cpp -o test -lfb303_thrift_cpp -lfolly -lglog -lthriftprotocol -lthriftcpp2 -ldl
- ./test | grep 'BaseService'
dependencies:
boost.org: ^1.84
script:
- c++ -std=c++17 test.cpp -o test -lfb303_thrift_cpp -lfolly -lglog -lthriftprotocol -lthriftcpp2 -ldl -lboost_context
- ./test | grep 'BaseService'