File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 65
65
sha : ${{ needs.info.outputs.sha }}
66
66
target : ${{ matrix.arch }}-unknown-linux-gnu
67
67
artifacts : meta,query
68
- category : udf
69
- features : python-udf
68
+ category : full
69
+ features : python-udf,storage-hdfs
70
70
71
71
docker :
72
72
needs : [info, build]
@@ -82,15 +82,15 @@ jobs:
82
82
sha : ${{ needs.info.outputs.sha }}
83
83
target : x86_64-unknown-linux-gnu
84
84
path : ./distro/linux/amd64/
85
- category : udf
85
+ category : full
86
86
artifacts : query
87
87
- name : Download artifact for aarch64
88
88
uses : ./.github/actions/artifact_download
89
89
with :
90
90
sha : ${{ needs.info.outputs.sha }}
91
91
target : aarch64-unknown-linux-gnu
92
92
path : ./distro/linux/arm64/
93
- category : udf
93
+ category : full
94
94
artifacts : query
95
95
- uses : ./.github/actions/setup_docker
96
96
id : login
Original file line number Diff line number Diff line change 70
70
with :
71
71
sha : ${{ inputs.sha }}
72
72
target : x86_64-unknown-linux-gnu
73
- category : udf
73
+ category : full
74
74
artifacts : meta,query
75
75
- name : Setup Databend Binary
76
76
shell : bash
You can’t perform that action at this time.
0 commit comments