File tree 6 files changed +18
-5
lines changed
6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 26
26
- arch : arm
27
27
lib : lib
28
28
platform : linux/arm64
29
+ # There is no docker image for riscv64 dart-sdk, build kernel snapshot instead.
30
+ - arch : riscv64
31
+ lib : lib64
32
+ platform : linux/amd64 # linux/riscv64
29
33
30
34
steps :
31
35
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 26
26
# https://gitlab.com/qemu-project/qemu/-/issues/1729
27
27
- arch : arm
28
28
platform : linux/amd64 # linux/arm/v7
29
+ # There is no docker image for riscv64 dart-sdk, build kernel snapshot instead.
30
+ - arch : riscv64
31
+ platform : linux/amd64 # linux/riscv64
29
32
30
33
steps :
31
34
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 22
22
platform : linux/arm/v7
23
23
- arch : arm64
24
24
platform : linux/arm64
25
+ # There is no docker image for riscv64 dart-sdk, build kernel snapshot instead.
26
+ # https://github.com/dart-lang/dart-docker/issues/96#issuecomment-1669860829
27
+ - arch : riscv64
28
+ platform : linux/amd64 # linux/riscv64
25
29
26
30
steps :
27
31
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 18
18
runner : windows-latest
19
19
- arch : ia32
20
20
runner : windows-latest
21
- # The support of windows-arm64 dart-sdk is in beta.
22
- # TODO: Enable this once windows-arm64 support is stable.
23
- # - arch: arm64
24
- # runner: windows-latest
21
+ - arch : arm64
22
+ runner : windows-latest
25
23
26
24
steps :
27
25
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change
1
+ ## 1.72.1
2
+
3
+ * Add linux-riscv64 and windows-arm64 releases.
4
+
1
5
## 1.72.0
2
6
3
7
* Support adjacent ` / ` s without whitespace in between when parsing plain CSS
Original file line number Diff line number Diff line change 1
1
name : sass
2
- version : 1.72.0
2
+ version : 1.72.1-dev
3
3
description : A Sass implementation in Dart.
4
4
homepage : https://github.com/sass/dart-sass
5
5
You can’t perform that action at this time.
0 commit comments