File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 -DCMAKE_BUILD_TYPE=Release \
138138 -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./cmake/conan_provider.cmake \
139139 -DCONAN_HOST_PROFILE="host" \
140- -DCONAN_INSTALL_ARGS=--build=never \
140+ -DCONAN_INSTALL_ARGS=" --build=never;-c=opentelemetry-cpp/*:tools.build:cxxflags=['-include','cstdint']" \
141141 -DCRASHPAD_NOT_SUPPORTED=true \
142142 -DCMAKE_C_COMPILER_LAUNCHER="${{github.workspace}}/bin/sccache" -DCMAKE_CXX_COMPILER_LAUNCHER="${{github.workspace}}/bin/sccache" \
143143 -DCORRADE_RC_PROGRAM=$(command -v corrade-rc) \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def requirements(self):
2020 self .requires ("libpcap/1.10.5" , force = True )
2121 else :
2222 self .requires ("npcap/1.70" )
23- self .requires ("opentelemetry-cpp/1.21 .0" )
23+ self .requires ("opentelemetry-cpp/1.17 .0" )
2424 self .requires ("pcapplusplus/23.09" )
2525 self .requires ("protobuf/5.27.0" )
2626 self .requires ("sigslot/1.2.2" )
You can’t perform that action at this time.
0 commit comments