-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run on arm-musl platform since 1.76.5 #2409
Comments
You can also use the |
ooh, that's by far the easiest solution for my immediate problem! Thank you! |
I think it would be reasonable to make |
To be clear, the title of this issue is a bit misleading. The #2414 should be able to fix it. |
@ntkme ah sorry, I may have misread the error logs I was looking at, I thought it was an installation failure. I'll update the title! Fantastic work on the fix, much appreciated! 🎉 |
The |
Context:
arm
(32 bit, not 64), on an Alpine as a base image.musl
instead ofglibc
.@parcel/watcher
for filesystem events.@parcel/watcher
does not currently have a build for thelinux-arm-musl
platform.Therefore, sass fails on 32 bit arm musl platforms.
There are a few possible solutions, I'm not sure which is best:
@parcel/watcher
to provide anarm-musl
build. I've sent them a PR for that, but it might have problems which is why they've not done it.sass
to use their cross-platformwatcher-wasm
backend if necessary. I think this will need a code change, it seems to have a different require line.Any thoughts?
The text was updated successfully, but these errors were encountered: