Fix Alpine rootfs build (dotnet/core-setup#6879)
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 20 Jun 2019 20:47:23 +0000 (22:47 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2019 20:47:23 +0000 (22:47 +0200)
commitc6c8770a7bd186873d2823b153b4d7c0446ae573
tree8619ee2b37a7fd27a8638033143c54a36b4e57c4
parent29ddde12ebb846081242e81c32cbc1343be835b8
Fix Alpine rootfs build (dotnet/core-setup#6879)

Alpine has moved to a new version of LLDB (8) and its dependency LLVM
libraries are now in the edge/main branch. This adds edge/main branch to
the apk add command commandline so that the dependencies can be found.

This is a copy of the same change made in dotnet/arcade. We should eventually
move core-setup to get the eng folder from arcade, but for now, we need
a quick solution.

Commit migrated from https://github.com/dotnet/core-setup/commit/8d023a6fea7824648ea860f6ba05d236a1641d54
src/installer/cross/build-rootfs.sh