Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Aug 6, 2024
1 parent af63304 commit f4a18b4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,12 @@ jobs:
- name: Install sysroots
run: |
cd dart-sdk/sdk
./build/linux/alpine_sysroot_scripts/install-sysroot.sh x86_64 x86 aarch64 armv7 riscv64
./build/linux/alpine_sysroot_scripts/install-sysroot.sh
- name: Build
run: |
cd dart-sdk/sdk
if test -f build/toolchain/goma.gni; then
./tools/build.py --no-goma --mode release --arch ${{ matrix.target-arch }} --gn-args 'dart_snapshot_kind="app-jit"' --gn-args 'dart_sysroot="alpine"' create_sdk
else
./tools/build.py --mode release --arch ${{ matrix.target-arch }} --gn-args 'dart_snapshot_kind="app-jit"' --gn-args 'dart_sysroot="alpine"' create_sdk
fi
./tools/build.py --mode release --arch ${{ matrix.target-arch }} --gn-args 'dart_snapshot_kind="app-jit"' --gn-args 'dart_sysroot="alpine"' create_sdk
- name: Archive
run: |
Expand Down

0 comments on commit f4a18b4

Please sign in to comment.