sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.87k stars 350 forks source link

Enable AOT build for linux-riscv64 #2260

Closed ntkme closed 2 months ago

ntkme commented 2 months ago

This PR enables AOT for linux-riscv64, by manually setting up dart-sdk inside debian:unstable riscv64 container running under QEMU, and then build the AOT release.