Commit 412d483
prebuild: add eudev-dev to Alpine musl apk install
The usb npm package (used by @podkit/ipod-firmware since e825ee1) has a
node-gyp postinstall that compiles libusb against libudev. Alpine ships
the udev headers via the eudev-dev apk package; without it, bun install
fails on the usb package's native build with "libudev.h: No such file".
Same pre-existing musl regression class as the cmake fix in 8c9239d —
glibc and darwin runners already have udev headers available.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8c9239d commit 412d483
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments