Skip to content

Commit fda2b19

Browse files
committed
Update yaml-cpp
1 parent 1c82937 commit fda2b19

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,13 @@ RUN [ "$(xx-info vendor)" = "alpine" ] && export QEMU_LD_PREFIX=/$(xx-info); \
139139
### Build Jaeger cpp-client
140140
FROM opentracing-cpp AS jaeger-cpp-client
141141
ARG JAEGER_CPP_VERSION=v0.9.0
142-
ARG YAML_CPP_VERSION=0.8.0
142+
ARG YAML_CPP_VERSION=89ff142b991af432b5d7a7cee55282f082a7e629
143143
ARG 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 \

0 commit comments

Comments
 (0)