Add conan setup into image (#1032)

For #884
This commit is contained in:
Sergey Kuznetsov
2023-12-12 12:00:57 +00:00
committed by GitHub
parent 397ce97175
commit 3c4a8f0cfb
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ jobs:
images: rippleci/clio_ci
tags: |
type=raw,value=latest
type=raw,value=gcc_11
type=raw,value=${{ env.GITHUB_SHA }}
- name: Build and push

View File

@@ -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