mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
formatting changes
Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
26
.github/scripts/strategy-matrix/linux.json
vendored
26
.github/scripts/strategy-matrix/linux.json
vendored
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user