mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
@@ -62,5 +62,10 @@ WORKDIR /home/clio
|
||||
ENV CCACHE_DIR=/home/clio/.ccache \
|
||||
CONAN_USER_HOME=/home/clio/
|
||||
|
||||
# Setup conan
|
||||
RUN conan profile new default --detect \
|
||||
&& conan profile update settings.compiler.cppstd=20 default \
|
||||
&& conan profile update settings.compiler.libcxx=libstdc++11 default \
|
||||
&& conan remote add --insert 0 conan-non-prod http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user