mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 01:37:00 +00:00
Co-authored-by: semgrep-companion-app[bot] <218312740+semgrep-companion-app[bot]@users.noreply.github.com>
16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"platform": "macos/arm64",
|
|
"runner": ["self-hosted", "macOS", "ARM64", "mac-runner-m1"],
|
|
"configs": [
|
|
{
|
|
"build_type": "Release",
|
|
"extra_cmake_args": "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
|
},
|
|
{
|
|
"build_type": "Debug",
|
|
"extra_cmake_args": "-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
|
|
"build_only": true
|
|
}
|
|
]
|
|
}
|