We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891355a commit 4de362cCopy full SHA for 4de362c
.github/workflows/build.yml
@@ -46,19 +46,6 @@ jobs:
46
python3 sdk/tools/generate_package_config.py
47
python3 sdk/tools/generate_sdk_version_file.py
48
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
62
- name: Patch perfetto
63
run: |
64
cd dart-sdk/sdk
0 commit comments