mirror of
https://github.com/XRPLF/rippled.git
synced 2026-02-16 03:42:30 +00:00
30 lines
643 B
JSON
30 lines
643 B
JSON
{
|
|
"architecture": [
|
|
{
|
|
"platform": "linux/amd64",
|
|
"runner": ["self-hosted", "Linux", "X64", "heavy"]
|
|
},
|
|
{
|
|
"platform": "linux/arm64",
|
|
"runner": ["self-hosted", "Linux", "ARM64", "heavy-arm64"]
|
|
}
|
|
],
|
|
"os": [
|
|
{
|
|
"distro_name": "debian",
|
|
"distro_version": "bookworm",
|
|
"compiler_name": "gcc",
|
|
"compiler_version": "12",
|
|
"image_sha": "ab4d1f0"
|
|
},
|
|
{
|
|
"distro_name": "rhel",
|
|
"distro_version": "9",
|
|
"compiler_name": "gcc",
|
|
"compiler_version": "12"
|
|
}
|
|
],
|
|
"build_type": ["Debug", "Release"],
|
|
"cmake_args": ["-Dunity=OFF", "-Dunity=ON"]
|
|
}
|