mirror of
https://github.com/XRPLF/rippled.git
synced 2026-03-24 13:42:27 +00:00
27 lines
525 B
JSON
27 lines
525 B
JSON
{
|
|
"architecture": [
|
|
{
|
|
"platform": "linux/amd64",
|
|
"runner": ["self-hosted", "Linux", "X64", "heavy"]
|
|
}
|
|
],
|
|
"os": [
|
|
{
|
|
"distro_name": "ubuntu",
|
|
"distro_version": "jammy",
|
|
"compiler_name": "gcc",
|
|
"compiler_version": "12",
|
|
"image_sha": "ab4d1f0"
|
|
},
|
|
{
|
|
"distro_name": "rhel",
|
|
"distro_version": "9",
|
|
"compiler_name": "gcc",
|
|
"compiler_version": "12",
|
|
"image_sha": "ab4d1f0"
|
|
}
|
|
],
|
|
"build_type": ["Release"],
|
|
"cmake_args": [""]
|
|
}
|