File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ jobs:
117
117
- host-arch : arm64
118
118
target-arch : arm64
119
119
os : ubuntu-24.04-arm
120
- - host-arch : x64
120
+ - host-arch : arm64
121
121
target-arch : arm
122
- os : ubuntu-latest
122
+ os : ubuntu-24.04-arm
123
123
- host-arch : x64
124
124
target-arch : riscv64
125
125
os : ubuntu-latest
@@ -157,21 +157,10 @@ jobs:
157
157
cd dart-sdk/sdk
158
158
./build/linux/alpine_sysroot_scripts/install-sysroot.sh
159
159
160
- - name : Install x86 sysroot
161
- if : matrix.host-arch == 'x64' && matrix.target-arch == 'arm'
162
- run : |
163
- cd dart-sdk/sdk
164
- ./build/linux/alpine_sysroot_scripts/install-sysroot.sh x86
165
-
166
- - name : Setup multiarch
167
- run : |
168
- cd dart-sdk/sdk
169
- find buildtools/sysroot -mindepth 1 -maxdepth 1 -name 'alpine-linux-*' -print0 | xargs -0 -n 1 -I {} -- find {}/lib -mindepth 1 -maxdepth 1 \( -name 'ld-musl-*.so.1' -o -name 'libc.musl-*.so.1' \) -print0 | xargs -0 -n 1 -- sh -xc 'cp -u "$1" /lib' --
170
-
171
160
- name : Build
172
161
run : |
173
162
cd dart-sdk/sdk
174
- ./tools/build.py --mode release --arch ${{ matrix.target-arch }} --gn-args 'dart_snapshot_kind="app-jit"' --gn-args ' dart_sysroot="alpine"' create_sdk
163
+ ./tools/build.py --mode release --arch ${{ matrix.target-arch }} --gn-args 'dart_sysroot="alpine"' create_sdk
175
164
176
165
- name : Archive
177
166
run : |
You can’t perform that action at this time.
0 commit comments