ci: Use docker images with glibc version in conan (#3100)

This commit is contained in:
Sergey Kuznetsov
2026-06-08 15:16:50 +01:00
committed by GitHub
parent 94da8459dd
commit ce44aec245
13 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ import json
LINUX_OS = ["heavy", "heavy-arm64"]
LINUX_CONTAINERS = [
'{ "image": "ghcr.io/xrplf/clio-ci:6bb4953f1643b999781609ca79d5ec467289c996" }'
'{ "image": "ghcr.io/xrplf/clio-ci:94da8459ddc30e2f0d88a98cba63a57b2cda3031" }'
]
LINUX_COMPILERS = ["gcc", "clang"]