Module: Mesa Branch: main Commit: 5bfc17b2dada45401f9e2d025063626bde5f7002 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5bfc17b2dada45401f9e2d025063626bde5f7002
Author: David Heidelberg <[email protected]> Date: Fri Dec 16 22:47:08 2022 +0100 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20272> --- .gitlab-ci/container/alpine/x86_build.sh | 2 ++ .gitlab-ci/image-tags.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/container/alpine/x86_build.sh b/.gitlab-ci/container/alpine/x86_build.sh index a99a4fde61c..f7c91d32034 100644 --- a/.gitlab-ci/container/alpine/x86_build.sh +++ b/.gitlab-ci/container/alpine/x86_build.sh @@ -22,9 +22,11 @@ EPHEMERAL=" " apk add \ + bash \ bison \ ccache \ clang-dev \ + coreutils \ curl \ flex \ gcc \ diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index b6a6ed7a827..75a0533e8e4 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -19,7 +19,7 @@ variables: DEBIAN_X86_TEST_GL_TAG: "2023-02-17-deqp-build" 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" KERNEL_ROOTFS_TAG: "2023-02-23-virglrenderer"
