File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,12 +139,13 @@ RUN [ "$(xx-info vendor)" = "alpine" ] && export QEMU_LD_PREFIX=/$(xx-info); \
139139# ## Build Jaeger cpp-client
140140FROM opentracing-cpp AS jaeger-cpp-client
141141ARG JAEGER_CPP_VERSION=v0.9.0
142- ARG YAML_CPP_VERSION=0.8.0
142+ ARG YAML_CPP_VERSION=89ff142b991af432b5d7a7cee55282f082a7e629
143143ARG TARGETPLATFORM
144144
145145# Building yaml-cpp manually because of a bug in jaeger-client-cpp that won't install it
146- RUN xx-info env && git clone --depth 1 -b $YAML_CPP_VERSION https://github.com/jbeder/yaml-cpp/ && \
146+ RUN xx-info env && git clone --depth 1 -b master https://github.com/jbeder/yaml-cpp/ && \
147147 cd yaml-cpp && mkdir .build && cd .build && \
148+ git checkout $YAML_CPP_VERSION && \
148149 cmake $(xx-clang --print-cmake-defines) \
149150 -DBUILD_SHARED_LIBS=ON \
150151 -DCMAKE_BUILD_TYPE=Release \
You can’t perform that action at this time.
0 commit comments