Skip to content
Snippets Groups Projects
Commit 7754346a authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Merge branch 'CI' into 'master'

libfmt update

See merge request !9
parents 125dd75e 08c3512a
No related branches found
No related tags found
1 merge request!9libfmt update
Pipeline #3790 failed with stages
in 3 minutes and 7 seconds
......@@ -10,7 +10,7 @@ RUN ls -lrth /usr/local/lib/lib*.so \
&& source /usr/local/bin/thisroot.sh \
&& cd /tmp \
&& git clone https://github.com/fmtlib/fmt.git && cd fmt \
&& git checkout 5.3.0 && mkdir /tmp/build && cd /tmp/build \
&& git checkout 6.2.1 && mkdir /tmp/build && cd /tmp/build \
&& cmake -DBUILD_SHARED_LIBS=TRUE ../fmt \
&& make -j20 install \
&& cd /tmp && rm -r /tmp/build && rm -r /tmp/fmt \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment