build: Switch to new XRPLF Conan remote (#3118)

This commit is contained in:
Ayaz Salikhov
2026-06-29 13:13:55 +01:00
committed by GitHub
parent 36ec74415a
commit e8fa51c0d5
6 changed files with 50 additions and 43 deletions

View File

@@ -14,7 +14,7 @@ export CONAN_HOME="$TEMP_DIR"
# Ensure that the xrplf remote is the first to be consulted, so any recipes we
# patched are used. We also add it there to not created huge diff when the
# official Conan Center Index is updated.
conan remote add --force --index 0 xrplf https://conan.ripplex.io
conan remote add --force --index 0 xrplf https://conan.xrplf.org/repository/conan/
# Delete any existing lockfile.
rm -f conan.lock