Closed cleydyr closed 8 months ago
Depends on https://github.com/sass/dart-sass/issues/2174 for testing.
I think adding a new (pseudo) OSlinux-musl
is better to avoid the risk of users mistakenly setting a flag for operating systems other than Linux. That also dispenses with cascading internal changes (a new parameter and a new constructor and field for DartSassReleaseParameter
) to support the flag.
Included in v1.3.0. Closing this issue.
Dart Sass has released Sass packages compatible with Linux OSes not built with glibc (Alpine, for example.) Since version 1.69.6. See https://github.com/sass/dart-sass/issues/2148 and https://github.com/sass/dart-sass/issues/1924.
This issue tracks adding an optional plugin flag to download the musl Sass release for Linux instead of the glibc (i.e., the regular) one.