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 b9f76ff commit c7ca73fCopy full SHA for c7ca73f
.github/workflows/build.yml
@@ -46,16 +46,6 @@ jobs:
46
python3 sdk/tools/generate_package_config.py
47
python3 sdk/tools/generate_sdk_version_file.py
48
49
- - name: Patch
50
- run: |
51
- cd dart-sdk/sdk
52
- if grep -q buildtools/sysroot/alpine-linux build/linux/alpine_sysroot_scripts/install-sysroot.sh; then
53
- exit 0
54
- fi
55
- xargs -n 1 -- sh -xc 'curl -fsSL "https://github.com/dart-lang/sdk/commit/$1.diff" | git apply -' -- <<'EOF'
56
- 867610409a571f9a8848d46fb949745ef0d29e18
57
- EOF
58
-
59
- name: Get Checked-in Dart SDK Version
60
id: version
61
run: |
0 commit comments