ci: alpine: install bash and coreutils for date -d

bash is needed for consistency.
coreutils is needed for `date -d`.

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20272>
This commit is contained in:
David Heidelberg
2022-12-16 22:47:08 +01:00
committed by Marge Bot
parent 6f0fcb0a0c
commit 5bfc17b2da
2 changed files with 3 additions and 1 deletions

View File

@@ -22,9 +22,11 @@ EPHEMERAL="
" "
apk add \ apk add \
bash \
bison \ bison \
ccache \ ccache \
clang-dev \ clang-dev \
coreutils \
curl \ curl \
flex \ flex \
gcc \ gcc \

View File

@@ -19,7 +19,7 @@ variables:
DEBIAN_X86_TEST_GL_TAG: "2023-02-17-deqp-build" DEBIAN_X86_TEST_GL_TAG: "2023-02-17-deqp-build"
DEBIAN_X86_TEST_VK_TAG: "2023-02-20-uprev-vkd3d-proton" DEBIAN_X86_TEST_VK_TAG: "2023-02-20-uprev-vkd3d-proton"
ALPINE_X86_BUILD_TAG: "2023-02-25-keep-the-curl" ALPINE_X86_BUILD_TAG: "2023-02-26-add-bash-coreutils"
FEDORA_X86_BUILD_TAG: "2023-02-09-f36" FEDORA_X86_BUILD_TAG: "2023-02-09-f36"
KERNEL_ROOTFS_TAG: "2023-02-23-virglrenderer" KERNEL_ROOTFS_TAG: "2023-02-23-virglrenderer"