File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
apk add --no-cache -- bash clang curl git gn lld llvm python3
133
133
134
134
# TODO: remove once lld 18 is available in alpine stable
135
- - name : Install build tools
135
+ - name : Install riscv64 build tools
136
136
if : matrix.target-arch == 'riscv64'
137
137
run : |
138
138
apk upgrade --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main -- lld
@@ -151,7 +151,7 @@ jobs:
151
151
find lib -mindepth 1 -maxdepth 1 -name '*.so.*' -print0 | xargs -0 -n 1 -- sh -xc 'cp -u "$1" /lib' --
152
152
rm -rf "$(pwd)"
153
153
154
- - name : Install default sysroots
154
+ - name : Install sysroots
155
155
run : |
156
156
cd dart-sdk/sdk
157
157
./build/linux/alpine_sysroot_scripts/install-sysroot.sh x86_64 x86 aarch64 armv7 riscv64
You can’t perform that action at this time.
0 commit comments