867610409a
Closes https://github.com/dart-lang/sdk/pull/55255 GitOrigin-RevId: d754c894720403f1a4c712855ed3fc718b6d2d06 Change-Id: I577f03977025156f14dc7207c0a50fde6fc0c10c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/358860 Reviewed-by: Slava Egorov <vegorov@google.com> Commit-Queue: Slava Egorov <vegorov@google.com>
Alpine Linux Sysroots
This directory contains a script for community contributed alpine linux sysroot support.
On Alpine Linux, run the script directly:
./build/linux/alpine_sysroot_scripts/install-sysroot.sh
By default, the script installs sysroots for the following architectures:
aarch64armv7x86_64x86
To install sysroots for specific architectures, you can run:
./build/linux/alpine_sysroot_scripts/install-sysroot.sh aarch64 riscv64 x86_64 ...
On other linux systems, you can run the script with Alpine Linux container:
docker container run --rm \
--volume "$PWD:$PWD" \
--workdir "$PWD" \
docker.io/library/alpine \
./build/linux/alpine_sysroot_scripts/install-sysroot.sh