File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -157,16 +157,19 @@ jobs:
157
157
- name : Fix riscv64 sysroot
158
158
if : matrix.target-arch == 'riscv64'
159
159
run : |
160
- xargs -n 1 -I {} wget https://github.com/ dart-musl/dl-cdn.alpinelinux.org/raw/main /alpine/edge/main/riscv64/{} <<'EOF'
160
+ xargs -n 1 -I {} wget https://dart-musl.github.io /dl-cdn.alpinelinux.org/alpine/edge/main/riscv64/{} <<'EOF'
161
161
g++-13.1.1_git20230722-r1.apk
162
162
gcc-13.1.1_git20230722-r1.apk
163
163
libatomic-13.1.1_git20230722-r1.apk
164
164
libgcc-13.1.1_git20230722-r1.apk
165
165
libgomp-13.1.1_git20230722-r1.apk
166
166
libstdc++-13.1.1_git20230722-r1.apk
167
167
libstdc++-dev-13.1.1_git20230722-r1.apk
168
+ musl-1.2.4_git20230717-r2.apk
169
+ musl-dev-1.2.4_git20230717-r2.apk
170
+ musl-utils-1.2.4_git20230717-r2.apk
168
171
EOF
169
- find . -mindepth 1 -maxdepth 1 -name '*-13.1.1_git20230722-r1 .apk' -print0 | xargs -0 apk add --root "$GITHUB_WORKSPACE/dart-sdk/sdk/build/linux/alpine-linux-riscv64-sysroot" --allow-untrusted --no-scripts --
172
+ find . -mindepth 1 -maxdepth 1 -name '*.apk' -print0 | xargs -0 apk add --root "$GITHUB_WORKSPACE/dart-sdk/sdk/build/linux/alpine-linux-riscv64-sysroot" --allow-untrusted --no-scripts --
170
173
171
174
- name : Setup multiarch musl
172
175
run : |
You can’t perform that action at this time.
0 commit comments