Selaa lähdekoodia

Bump cmake version again because I updated boost and that results in stupid warnings otherwise.

master
Ray Burgemeestre 4 vuotta sitten
vanhempi
commit
2fb94baa15
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. +5
    -5
      Dockerfile-ubuntu1804

+ 5
- 5
Dockerfile-ubuntu1804 Näytä tiedosto

@@ -18,15 +18,15 @@ RUN apt-get update && \

# Install newer CMake to avoid some warnings the "FindBoost" script throws on
# more recent versions of boost that the system CMake doesn't now about.
RUN wget https://github.com/Kitware/CMake/releases/download/v3.16.2/cmake-3.16.2.tar.gz && \
tar -zxf cmake-3.16.2.tar.gz && \
cd cmake-3.16.2 && \
RUN wget https://github.com/Kitware/CMake/releases/download/v3.16.8/cmake-3.16.8.tar.gz && \
tar -zxf cmake-3.16.8.tar.gz && \
cd cmake-3.16.8 && \
./bootstrap && \
make -j $(nproc) && \
make install && \
cd .. && \
rm -rf cmake-3.16.2 && \
rm -rf cmake-3.16.2.tar.gz
rm -rf cmake-3.16.8 && \
rm -rf cmake-3.16.8.tar.gz

# Fix some weird linker issue CAF build runs into. (fails to link -lc++abi)
RUN cp -prv /usr/lib/llvm-10/lib/libc++abi.so.1.0 /usr/lib/llvm-10/lib/libc++abi.so

Loading…
Peruuta
Tallenna