Skip to content
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

Detect Alpine Linux and download appropriate dart-sass release #46

Open
jgarber623 opened this issue Aug 9, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@jgarber623
Copy link
Collaborator

From version 1.71.1 (released 20 Feb 2024), Dart Sass publishes a -musl variant suitable for use on Alpine Linux. We should update dart_sass to detect Alpine Linux and download and install the appropriate variant.

Doing so would (I believe) allow us to remove much of the related documentation from the FAQ section of the README. 🥳

In order to support this change (which may be a major version bump), the library would need to:

  1. detect Alpine Linux (or more generally, "musl"),
  2. update (or change) the Linux version detection code to >= 1.71.1, and
  3. remove or update the relevant portions of the README
@jgarber623 jgarber623 added the enhancement New feature or request label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants