mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-02 01:25:52 +00:00
1
.github/workflows/update_docker_ci.yml
vendored
1
.github/workflows/update_docker_ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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