Files
lief-project-LIEF/scripts/docker/ci/linux/x86_64/py-testing.toml
T
2026-02-15 17:41:37 +01:00

41 lines
794 B
TOML

[lief.build]
type = "RelWithDebInfo"
cache = true
ninja = true
parallel-jobs = 0
stable-abi = false
cxx-compiler = "clang++"
c-compiler = "clang"
extra-targets = ["all"]
extra-cmake-opt = [
"-DLIEF_TESTS=on",
"-DPython_VERSION={python_version}",
"-DCMAKE_COLOR_DIAGNOSTICS=ON",
"-DCMAKE_CXX_COMPILER=clang++",
"-DCMAKE_C_COMPILER=clang",
"-DCMAKE_MODULE_PATH=/cmake/linux/",
]
[lief.formats]
elf = true
pe = true
macho = true
android = true
art = true
vdex = true
oat = true
dex = true
[lief.features]
json = true
frozen = true
[lief.logging]
enabled = true
debug = false
[lief.cross-compilation]
platform = "manylinux_2_31_x86_64"
pyversion = "cp{python_version_alt}"
abi = "abi3"