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:
157157 - name : Fix riscv64 sysroot
158158 if : matrix.target-arch == 'riscv64'
159159 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'
161161 g++-13.1.1_git20230722-r1.apk
162162 gcc-13.1.1_git20230722-r1.apk
163163 libatomic-13.1.1_git20230722-r1.apk
164164 libgcc-13.1.1_git20230722-r1.apk
165165 libgomp-13.1.1_git20230722-r1.apk
166166 libstdc++-13.1.1_git20230722-r1.apk
167167 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
168171 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 --
170173
171174 - name : Setup multiarch musl
172175 run : |
You can’t perform that action at this time.
0 commit comments