Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tox.ini: Temporarily disable Cython code coverage.
If Cython/policyrep tracing is enabled, the C extension fails to compile with this error: In file included from /usr/include/python3.12/internal/pycore_frame.h:7, from setools/policyrep.c:5500: setools/policyrep.c: In function ‘__pyx_pf_7setools_9policyrep_23ConditionalExprIterator___next__’: setools/policyrep.c:1259:44: error: expected identifier before ‘_Bool’ 1259 | #define COND_EXPR_T_RENAME_BOOL_NAME bool | ^~~~ setools/policyrep.c:28615:138: note: in expansion of macro ‘COND_EXPR_T_RENAME_BOOL_NAME’ 28615 | __pyx_t_3 = __pyx_f_7setools_9policyrep_13SELinuxPolicy_boolean_value_to_datum(__pyx_v_self->__pyx_base.policy, (__pyx_v_self->curr->COND_EXPR_T_RENAME_BOOL_NAME - 1)); if (unlikely(PyErr_Occurred())) __PYX_ERR(1, 336, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: command '/usr/lib64/ccache/gcc' failed with exit code 1 Signed-off-by: Chris PeBenito <[email protected]>
- Loading branch information