File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6565 sha : ${{ needs.info.outputs.sha }}
6666 target : ${{ matrix.arch }}-unknown-linux-gnu
6767 artifacts : meta,query
68- category : udf
69- features : python-udf
68+ category : full
69+ features : python-udf,storage-hdfs
7070
7171 docker :
7272 needs : [info, build]
@@ -82,15 +82,15 @@ jobs:
8282 sha : ${{ needs.info.outputs.sha }}
8383 target : x86_64-unknown-linux-gnu
8484 path : ./distro/linux/amd64/
85- category : udf
85+ category : full
8686 artifacts : query
8787 - name : Download artifact for aarch64
8888 uses : ./.github/actions/artifact_download
8989 with :
9090 sha : ${{ needs.info.outputs.sha }}
9191 target : aarch64-unknown-linux-gnu
9292 path : ./distro/linux/arm64/
93- category : udf
93+ category : full
9494 artifacts : query
9595 - uses : ./.github/actions/setup_docker
9696 id : login
Original file line number Diff line number Diff line change 7070 with :
7171 sha : ${{ inputs.sha }}
7272 target : x86_64-unknown-linux-gnu
73- category : udf
73+ category : full
7474 artifacts : meta,query
7575 - name : Setup Databend Binary
7676 shell : bash
You can’t perform that action at this time.
0 commit comments