From 050de59a0ee07931c0bbece3ccec7428c552f2e8 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Wed, 8 Jan 2025 18:57:44 +0800 Subject: [PATCH] build(tikv): bump tikv build image tag The new tag image is built with `dwz` tool installed. Signed-off-by: wuhuizuo --- packages/packages.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/packages.yaml.tmpl b/packages/packages.yaml.tmpl index 56603d94..b921e9b0 100644 --- a/packages/packages.yaml.tmpl +++ b/packages/packages.yaml.tmpl @@ -2170,7 +2170,7 @@ components: # binary builder, also we need it when build for mac to get build tools versions and other informations. builders: - if: {{ semver.CheckConstraint ">= 8.4.0-0" .Release.version }} - image: ghcr.io/pingcap-qe/cd/builders/tikv:v2024.10.8-51-g9b98efb-centos7 + image: ghcr.io/pingcap-qe/cd/builders/tikv:v2024.10.8-63-gb22476a-centos7 - if: {{ semver.CheckConstraint ">= 6.1.0-0, < 8.4.0-0" .Release.version }} image: ghcr.io/pingcap-qe/cd/builders/tikv:v20240325-24-gd14aee6 - if: {{ and (semver.CheckConstraint "~6.5.6-0" .Release.version) (eq "fips" .Release.profile) }}