Skip to content

Commit 5c57498

Browse files
authored
feat(packages): enable next-gen flag in Linux build script for tiflash (#628)
Close PingCAP-QE/ci#3536
1 parent cbc5b2c commit 5c57498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/packages.yaml.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,9 @@ components:
17551755
next-gen:
17561756
- os: linux
17571757
script: |
1758+
export ENABLE_NEXT_GEN=true
17581759
./release-linux-llvm/scripts/build-release.sh
1760+
release-linux-llvm/tiflash/tiflash version | grep -E 'Enable Features.*next-gen'
17591761
mkdir outputs
17601762
mv release-linux-llvm/tiflash outputs/tiflash
17611763
artifacts:

0 commit comments

Comments
 (0)