chore: Use artifactory DNS name (#2363)

This commit is contained in:
Ayaz Salikhov
2025-07-25 12:56:59 +01:00
committed by GitHub
parent 5778363689
commit 4948882545
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ SANITIZER_TEMPLATE_FILE="$REPO_DIR/docker/ci/conan/sanitizer_template.profile"
rm -rf "$CONAN_DIR"
conan remote add --index 0 ripple http://18.143.149.228:8081/artifactory/api/conan/dev
conan remote add --index 0 ripple https://conan.ripplex.io
cp "$REPO_DIR/docker/ci/conan/global.conf" "$CONAN_DIR/global.conf"

View File

@@ -97,7 +97,7 @@ COPY --from=clio-tools \
WORKDIR /root
# Setup conan
RUN conan remote add --index 0 ripple http://18.143.149.228:8081/artifactory/api/conan/dev
RUN conan remote add --index 0 ripple https://conan.ripplex.io
WORKDIR /root/.conan2
COPY conan/global.conf ./global.conf

View File

@@ -84,7 +84,7 @@ core.upload:parallel={{os.cpu_count()}}
Make sure artifactory is setup with Conan.
```sh
conan remote add --index 0 ripple http://18.143.149.228:8081/artifactory/api/conan/dev
conan remote add --index 0 ripple https://conan.ripplex.io
```
Now you should be able to download the prebuilt dependencies (including `xrpl` package) on supported platforms.