Skip to content

Commit

Permalink
feat(packages): add enterprise-without-plugins profile for tidb repo (
Browse files Browse the repository at this point in the history
#228)

It will not build the go plugins, and it's valid from v7.1.0.

Signed-off-by: wuhuizuo <[email protected]>

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Feb 4, 2024
1 parent 30d7761 commit b3421b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ components:
if: {{ semver.CheckConstraint ">= 7.1.0-0" .Release.version }}
os: [linux, darwin]
arch: [amd64, arm64]
profile: [release, debug, enterprise]
profile: [release, debug, enterprise, enterprise-without-plugins]
steps:
release:
- script: |
Expand Down Expand Up @@ -608,6 +608,9 @@ components:
# go plugin whitelist
pushd ../enterprise-plugin/whitelist && go mod tidy && popd
go run ./cmd/pluginpkg -pkg-dir ../enterprise-plugin/whitelist -out-dir bin/
enterprise-without-plugins:
- script: |
TIDB_EDITION=Enterprise make enterprise-prepare enterprise-server-build build_tools build_dumpling
debug:
- script: |
make failpoint-enable
Expand Down

0 comments on commit b3421b2

Please sign in to comment.