Skip to content

CI: cross build some modules requiring external librariesΒ #146

@lazka

Description

@lazka

The following modules don't build in the cross CI jobs currently because external dependencies are missing:

  • Modules/pyexpat.c:5:10: fatal error: 'expat.h' file not found
  • Modules/_elementtree.c:3033:10: fatal error: 'expat.h' file not found
  • Modules/_decimal/_decimal.c:35:10: fatal error: 'mpdecimal.h' file not found
  • Modules/_ctypes/_ctypes.c:118:10: fatal error: 'ffi.h' file not found
  • _sqlite3 is disabled somehow

We could build the external dependencies, then build Python with them, dist them, and test that the modules can be imported in the "cross-gcc-x86_64-test" job.

This is motivated by #145 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions