mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 06:50:10 +01:00
ci: uprev mold to the latest release
The mold version we've been using is very old by now, and we've now encountered some mold bugs, so let's uprev it to see it things work better now. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27905>
This commit is contained in:
parent
140480974e
commit
54cb45cc6c
2 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ set -ex
|
|||
# FEDORA_X86_64_BUILD_TAG
|
||||
# KERNEL_ROOTFS_TAG
|
||||
|
||||
MOLD_VERSION="1.11.0"
|
||||
MOLD_VERSION="2.4.1"
|
||||
|
||||
git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git
|
||||
pushd mold
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@
|
|||
|
||||
variables:
|
||||
DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
|
||||
DEBIAN_BASE_TAG: "20240208-libclc-9"
|
||||
DEBIAN_BASE_TAG: "20240301-mold"
|
||||
|
||||
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
|
||||
DEBIAN_BUILD_TAG: "20240208-libclc-9"
|
||||
DEBIAN_BUILD_TAG: "20240301-mold"
|
||||
|
||||
DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base"
|
||||
|
||||
|
|
@ -29,8 +29,8 @@ variables:
|
|||
DEBIAN_X86_64_TEST_VK_TAG: "20240223-piglit-2a"
|
||||
ALPINE_X86_64_BUILD_TAG: "20240208-libclc-5"
|
||||
ALPINE_X86_64_LAVA_SSH_TAG: "20230626-v1"
|
||||
FEDORA_X86_64_BUILD_TAG: "20240123-teflon-3"
|
||||
KERNEL_ROOTFS_TAG: "20240223-piglit-2a"
|
||||
FEDORA_X86_64_BUILD_TAG: "20240301-mold"
|
||||
KERNEL_ROOTFS_TAG: "20240301-mold"
|
||||
KERNEL_TAG: "v6.6.16-mesa-475e"
|
||||
KERNEL_REPO: "gfx-ci/linux"
|
||||
PKG_REPO_REV: "3cc12a2a"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue