-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tiflash): update build steps for tiflash starts v8.5.0 (#488)
Ref pingcap/tiflash#9587, it changes the build script paths. Signed-off-by: wuhuizuo <[email protected]> --------- Signed-off-by: wuhuizuo <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e807718
commit ae9dd7b
Showing
3 changed files
with
51 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ LABEL org.opencontainers.image.authors "[email protected]" | |
LABEL org.opencontainers.image.description "binary builder for tiflash" | ||
LABEL org.opencontainers.image.source = "https://github.com/PingCAP-QE/artifacts" | ||
|
||
# renovate: datasource=github-tags depName=pingcap/tiflash | ||
ARG TIFLASH_VER=v8.3.0 | ||
RUN FILE=$([ "$(arch)" = "aarch64" ] && echo "bake_llvm_base_aarch64.sh" || echo "bake_llvm_base_amd64.sh"); \ | ||
TAR_DIR="tiflash-$(echo $TIFLASH_VER | sed 's/v//')"; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters