{ "image_tag": "sha-6c54342", "configs": { "ubuntu": [ { "compiler": ["gcc", "clang"], "build_type": ["Debug", "Release"], "arch": ["amd64", "arm64"] }, { "compiler": ["gcc", "clang"], "build_type": ["Debug"], "arch": ["amd64"], "sanitizers": ["address", "undefinedbehavior"] }, { "compiler": ["gcc"], "build_type": ["Debug"], "arch": ["amd64"], "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": ["Debug"], "arch": ["amd64"], "suffix": "voidstar", "extra_cmake_args": "-Dvoidstar=ON" }, { "compiler": ["clang"], "build_type": ["Release"], "arch": ["amd64"], "suffix": "reffee", "extra_cmake_args": "-DUNIT_TEST_REFERENCE_FEE=1000" }, { "compiler": ["gcc"], "build_type": ["Debug"], "arch": ["amd64"], "suffix": "unity", "extra_cmake_args": "-Dunity=ON" } ], "debian": [ { "compiler": ["gcc"], "build_type": ["Release"], "arch": ["amd64"] } ], "rhel": [ { "compiler": ["gcc"], "build_type": ["Release"], "arch": ["amd64"] } ] }, "package_configs": { "debian": [ { "compiler": ["gcc"], "build_type": ["Release"], "arch": ["amd64"], "image": "debian:bookworm" } ], "rhel": [ { "compiler": ["gcc"], "build_type": ["Release"], "arch": ["amd64"], "image": "registry.access.redhat.com/ubi9/ubi:latest" } ] } }