formatting changes

Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
Pratik Mankawde
2025-11-11 11:22:51 +00:00
parent f5b473ccd1
commit 4a0fc0f686

View File

@@ -2,21 +2,11 @@
"architecture": [ "architecture": [
{ {
"platform": "linux/amd64", "platform": "linux/amd64",
"runner": [ "runner": ["self-hosted", "Linux", "X64", "heavy"]
"self-hosted",
"Linux",
"X64",
"heavy"
]
}, },
{ {
"platform": "linux/arm64", "platform": "linux/arm64",
"runner": [ "runner": ["self-hosted", "Linux", "ARM64", "heavy-arm64"]
"self-hosted",
"Linux",
"ARM64",
"heavy-arm64"
]
} }
], ],
"os": [ "os": [
@@ -189,12 +179,6 @@
"image_sha": "e1782cd" "image_sha": "e1782cd"
} }
], ],
"build_type": [ "build_type": ["Debug", "Release"],
"Debug", "cmake_args": ["-Dunity=OFF", "-Dunity=ON"]
"Release" }
],
"cmake_args": [
"-Dunity=OFF",
"-Dunity=ON"
]
}