pyo3 icon indicating copy to clipboard operation
pyo3 copied to clipboard

ci: move `ffi-check` docs build inside its build script

Open davidhewitt opened this issue 2 months ago • 1 comments

To unblock #5588

I made two changes:

  • Use PYO3_BUILD_EXTENSION_MODULE env var to control pyo3-ffi-check linking (instead of the feature)
  • Move the pyo3-ffi docs build inside the pyo3-ffi-check build script, makes it work a bit better.

With this, the pyo3-ffi-check functionality is better encapsulated within itself rather than in the noxfile.

davidhewitt avatar Nov 12 '25 15:11 davidhewitt

With #5624 merged this particular PR is no longer needed, but I would like to return to this and merge the change to move docs build inside the build script. I'll leave as draft for now.

davidhewitt avatar Nov 30 '25 10:11 davidhewitt