Skip to content

Commit 4de362c

Browse files
authored
Update build.yml
1 parent 891355a commit 4de362c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,6 @@ jobs:
4646
python3 sdk/tools/generate_package_config.py
4747
python3 sdk/tools/generate_sdk_version_file.py
4848
49-
- name: Patch Dart SDK 3.0
50-
run: |
51-
cd dart-sdk/sdk
52-
if grep -q alpine-linux-riscv64-sysroot build/config/sysroot.gni; then
53-
exit 0
54-
fi
55-
56-
xargs -n 1 -- sh -xc 'curl -fsSLo "$1" "https://github.com/dart-lang/sdk/raw/3.1.0-205.0.dev/$1"' -- <<'EOF'
57-
build/config/sysroot.gni
58-
build/linux/alpine_sysroot_scripts/install-sysroot.sh
59-
EOF
60-
chmod a+x build/linux/alpine_sysroot_scripts/install-sysroot.sh
61-
6249
- name: Patch perfetto
6350
run: |
6451
cd dart-sdk/sdk

0 commit comments

Comments
 (0)