dart-sdk/build/linux/alpine_sysroot_scripts
なつき afe9219026 [infra] Support for Alpine Linux Sysroot
Closes https://github.com/dart-lang/sdk/pull/51044

TEST=manually tested by the contributor

GitOrigin-RevId: 86c85da0680047e08caf81cc4c12098ae85c0d2b
Change-Id: I591d7e17ce3a87cf8ce8380c9511f70d738d44c2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279267
Reviewed-by: Slava Egorov <vegorov@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Slava Egorov <vegorov@google.com>
2023-01-19 10:36:51 +00:00
..
install-sysroot.sh [infra] Support for Alpine Linux Sysroot 2023-01-19 10:36:51 +00:00
README.md [infra] Support for Alpine Linux Sysroot 2023-01-19 10:36:51 +00:00

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

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