Skip to content

spidev: add build-spidev.yml for riscv64 wheels - #1609

Merged
luhenry merged 1 commit into
mainfrom
spidev
Sep 8, 2026
Merged

spidev: add build-spidev.yml for riscv64 wheels#1609
luhenry merged 1 commit into
mainfrom
spidev

Conversation

@luhenry

@luhenry luhenry commented Sep 8, 2026

Copy link
Copy Markdown
Member

Compiles a single C extension (spidev) wrapping the Linux /dev/spidev* ioctl interface for user-space SPI access. Upstream publishes no riscv64 wheel.

Upstream ships no CI workflow and no test suite; this workflow just checks the extension out at the release tag and builds it with cibuildwheel.

Differs from upstream

  • Nothing beyond the riscv64 image.

Testing

  • Upstream has none, and the riscv64 runner has no real /dev/spidev* device, so the wheel is exercised by importing it, checking __version__, and asserting open_path raises OSError for a missing device.

License: OK - MIT, wheel ships LICENSE only.

luhenry added a commit that referenced this pull request Sep 8, 2026
luhenry added a commit that referenced this pull request Sep 8, 2026
@luhenry
luhenry merged commit f995822 into main Sep 8, 2026
13 checks passed
@luhenry
luhenry deleted the spidev branch September 8, 2026 14:42
@luhenry luhenry linked an issue Sep 8, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

spidev riscv64 support

1 participant