Skip to content

Commit

Permalink
Update yaml-cpp to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Nov 30, 2023
1 parent 0d6a54f commit 9147410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builder-support/dockerfiles/Dockerfile.rpmbuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ RUN tar xvf /sdist/prometheus-cpp*Source.tar.gz
RUN mv prometheus-cpp*Source prometheus-cpp
RUN cd prometheus-cpp/_build && make clean && make install

RUN wget https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.3.tar.gz
RUN tar xvf yaml-cpp-0.6.3.tar.gz
RUN cd yaml-cpp-yaml-cpp* && mkdir build && cd build && cmake .. -DCMAKE_POSITION_INDEPENDENT_CODE=ON && make install
RUN wget https://github.com/jbeder/yaml-cpp/archive/0.8.0.tar.gz
RUN tar xvf 0.8.0.tar.gz
RUN cd yaml-cpp* && mkdir build && cd build && cmake .. -DCMAKE_POSITION_INDEPENDENT_CODE=ON && make install

RUN git clone https://github.com/open-source-parsers/jsoncpp
RUN cd jsoncpp && git checkout tags/1.9.4 -b 1.9.4
Expand Down

0 comments on commit 9147410

Please sign in to comment.