mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-19 21:30:56 +00:00
* upstream/release/3.3.x: (41 commits) chore: Bump version to 3.3.0 chore: Bump version to 3.3.0-rc7 fix: Increase manifest protocol message size cap and fix manifests relay fix: Cap untrusted manifests per message and drop oversized ones chore: Bump version to 3.2.1 chore: Bump version to 3.2.1-rc1 fix: Cap untrusted manifests per message and drop oversized ones fix: Reject oversized validator manifest before decoding fix: Reduce untrusted manifest cache cap to 100 fix: Bound untrusted manifest cache chore: Bump version to 3.3.0-rc6 feat: Package validator-keys inside rippled chore: Bump version to 3.3.0-rc5 fix: Switch SponsorshipSet to use a delta for sfFeeAmount fix: Re-revert "fix: Set request size limits and differential pricing for get-object-by-hash calls" chore: Bump version to 3.3.0-rc4 fix: Revert "fix: Set request size limits and differential pricing for get-object-by-hash calls" chore: Bump version to 3.3.0-rc3 fix: Reduce untrusted manifest cache cap to 100 fix: Revert "fix: Reject oversized SHAMap nodes in gotStaleData and fetch-pack path" ...
110 lines
2.5 KiB
JSON
110 lines
2.5 KiB
JSON
{
|
|
"image_tag": "sha-fecfc0c",
|
|
"configs": {
|
|
"ubuntu": [
|
|
{
|
|
"compiler": ["gcc"],
|
|
"build_type": ["Debug"],
|
|
"arch": ["amd64"],
|
|
"minimal": true,
|
|
"suffix": "coverage",
|
|
"extra_cmake_args": "-DUNIT_TEST_REFERENCE_FEE=500 -Dcoverage=ON -Dcoverage_format=xml -DCODE_COVERAGE_VERBOSE=ON -DCMAKE_C_FLAGS=-O0 -DCMAKE_CXX_FLAGS=-O0"
|
|
},
|
|
{
|
|
"compiler": ["clang"],
|
|
"build_type": ["Release"],
|
|
"arch": ["amd64"],
|
|
"minimal": true,
|
|
"benchmark": true
|
|
},
|
|
|
|
{
|
|
"compiler": ["gcc"],
|
|
"build_type": ["Release"],
|
|
"arch": ["amd64"],
|
|
"minimal": false
|
|
},
|
|
{
|
|
"compiler": ["gcc", "clang"],
|
|
"build_type": ["Debug", "Release"],
|
|
"arch": ["arm64"],
|
|
"minimal": false
|
|
},
|
|
|
|
{
|
|
"compiler": ["gcc", "clang"],
|
|
"build_type": ["Debug", "Release"],
|
|
"arch": ["amd64"],
|
|
"minimal": false,
|
|
"sanitizers": ["address", "undefinedbehavior"]
|
|
},
|
|
|
|
{
|
|
"compiler": ["clang"],
|
|
"build_type": ["Debug"],
|
|
"arch": ["amd64"],
|
|
"minimal": false,
|
|
"suffix": "voidstar",
|
|
"extra_cmake_args": "-Dvoidstar=ON"
|
|
},
|
|
{
|
|
"compiler": ["clang"],
|
|
"build_type": ["Release"],
|
|
"arch": ["amd64"],
|
|
"minimal": false,
|
|
"suffix": "reffee",
|
|
"extra_cmake_args": "-DUNIT_TEST_REFERENCE_FEE=1000"
|
|
},
|
|
{
|
|
"compiler": ["gcc"],
|
|
"build_type": ["Debug"],
|
|
"arch": ["amd64"],
|
|
"minimal": false,
|
|
"suffix": "unity",
|
|
"extra_cmake_args": "-Dunity=ON"
|
|
}
|
|
],
|
|
|
|
"debian": [
|
|
{
|
|
"compiler": ["gcc"],
|
|
"build_type": ["Release"],
|
|
"arch": ["amd64"],
|
|
"minimal": false,
|
|
"extra_cmake_args": "-Dvalidator_keys=ON"
|
|
}
|
|
],
|
|
|
|
"rhel": [
|
|
{
|
|
"compiler": ["gcc"],
|
|
"build_type": ["Release"],
|
|
"arch": ["amd64"],
|
|
"minimal": false,
|
|
"extra_cmake_args": "-Dvalidator_keys=ON"
|
|
}
|
|
]
|
|
},
|
|
"package_configs": {
|
|
"debian": [
|
|
{
|
|
"compiler": ["gcc"],
|
|
"build_type": ["Release"],
|
|
"arch": ["amd64"],
|
|
"minimal": false,
|
|
"image": "ghcr.io/xrplf/xrpld/packaging-debian:sha-577d745"
|
|
}
|
|
],
|
|
|
|
"rhel": [
|
|
{
|
|
"compiler": ["gcc"],
|
|
"build_type": ["Release"],
|
|
"arch": ["amd64"],
|
|
"minimal": false,
|
|
"image": "ghcr.io/xrplf/xrpld/packaging-rhel:sha-577d745"
|
|
}
|
|
]
|
|
}
|
|
}
|