build: Add assert-enabled builds and packages

This commit is contained in:
Ayaz Salikhov
2026-09-08 21:36:55 +01:00
committed by Bart
parent faa2bf583f
commit 295b74da1c
17 changed files with 504 additions and 182 deletions

View File

@@ -76,6 +76,19 @@
"type": "deb",
"image": "ghcr.io/xrplf/xrpld/packaging-debian:sha-49cdc10"
}
},
{
"compiler": ["gcc"],
"build_type": ["Release"],
"arch": ["amd64"],
"minimal": false,
"suffix": "assert",
"extra_cmake_args": "-Dvalidator_keys=ON -Dassert=ON",
"package": {
"type": "deb",
"image": "ghcr.io/xrplf/xrpld/packaging-debian:sha-49cdc10",
"variant": "assert"
}
}
],