chore: Use pre-commit image with libatomic (#2698)

This commit is contained in:
Ayaz Salikhov
2025-10-16 13:03:52 +01:00
committed by GitHub
parent b2be4b51d1
commit 2528dee6b6
12 changed files with 19 additions and 19 deletions

View File

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