mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 10:05:51 +00:00
The change updates how clang-format is called in CI and locally, and adds prettier to the pre-commit hook. Proto files are now also formatted, while external files are excluded.
22 lines
448 B
JSON
22 lines
448 B
JSON
{
|
|
"architecture": [
|
|
{
|
|
"platform": "macos/arm64",
|
|
"runner": ["self-hosted", "macOS", "ARM64", "mac-runner-m1"]
|
|
}
|
|
],
|
|
"os": [
|
|
{
|
|
"distro_name": "macos",
|
|
"distro_version": "",
|
|
"compiler_name": "",
|
|
"compiler_version": ""
|
|
}
|
|
],
|
|
"build_type": ["Debug", "Release"],
|
|
"cmake_args": [
|
|
"-Dunity=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5",
|
|
"-Dunity=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
|
]
|
|
}
|