Only use prebuilt musl libc binary with x86_64 arch (#30364)

* Only use musl libc binary with x86_64 arch

* Keep vcpkgUseSystem="ON" for alpine
This commit is contained in:
Daniel Ferenczi 2023-04-18 04:36:35 +02:00 committed by GitHub
parent eecae38da7
commit 9c7c664710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,9 @@ ARCH="$(uname -m)"
if [ -e /etc/alpine-release ]; then
vcpkgUseSystem="ON"
vcpkgUseMuslC="ON"
if [ "$ARCH" = "x86_64" ]; then
vcpkgUseMuslC="ON"
fi
fi
if [ "$UNAME" = "OpenBSD" ]; then