ci/alpine: build Mesa on top of Alpine 3.16

Alpine is lightweight distribution with musl-libc. We currently testing
with Debian and Fedora, which are both Glibc based distro, so this
option should be able give us chance to catch more build-system bugs.

Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19588>
This commit is contained in:
David Heidelberg
2022-10-13 21:19:31 -05:00
committed by Marge Bot
parent 8a35052253
commit 3012e85e36
6 changed files with 130 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
if test -f /etc/debian_version; then
CCACHE_PATH=/usr/lib/ccache
elif test -f /etc/alpine-release; then
CCACHE_PATH=/usr/lib/ccache/bin
else
CCACHE_PATH=/usr/lib64/ccache
fi