70
70
artifacts="meta,metactl,query,sqllogictests"
71
71
for artifact in ${artifacts//,/ }; do
72
72
echo "==> building databend-$artifact ..."
73
- cargo -Zgitoxide=fetch, shallow-index,shallow-deps build --target ${{ inputs.target }} --features ${{ inputs.features }} --bin databend-$artifact
73
+ cargo -Zgitoxide=fetch -Zgit= shallow-index,shallow-deps build --target ${{ inputs.target }} --features ${{ inputs.features }} --bin databend-$artifact
74
74
done
75
- cargo -Zgitoxide=fetch, shallow-index,shallow-deps build --target ${{ inputs.target }} --features ${{ inputs.features }} --bin open-sharing
75
+ cargo -Zgitoxide=fetch -Zgit= shallow-index,shallow-deps build --target ${{ inputs.target }} --features ${{ inputs.features }} --bin open-sharing
76
76
ls -lh ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-*
77
77
78
78
- name : Build Debug for specific artifacts
82
82
artifacts="${{ inputs.artifacts }}"
83
83
for artifact in ${artifacts//,/ }; do
84
84
echo "==> building databend-$artifact ..."
85
- cargo -Zgitoxide=fetch, shallow-index,shallow-deps build --target ${{ inputs.target }} --features ${{ inputs.features }} --bin databend-$artifact
85
+ cargo -Zgitoxide=fetch -Zgit= shallow-index,shallow-deps build --target ${{ inputs.target }} --features ${{ inputs.features }} --bin databend-$artifact
86
86
done
87
87
ls -lh ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-$artifact
88
88
93
93
artifacts="meta,metactl,query,sqllogictests"
94
94
for artifact in ${artifacts//,/ }; do
95
95
echo "==> building databend-$artifact ..."
96
- cargo -Zgitoxide=fetch, shallow-index,shallow-deps build --target ${{ inputs.target }} --features ${{ inputs.features }} --release --bin databend-$artifact
96
+ cargo -Zgitoxide=fetch -Zgit= shallow-index,shallow-deps build --target ${{ inputs.target }} --features ${{ inputs.features }} --release --bin databend-$artifact
97
97
done
98
98
ls -lh ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-$artifact
99
99
@@ -104,7 +104,7 @@ runs:
104
104
artifacts="${{ inputs.artifacts }}"
105
105
for artifact in ${artifacts//,/ }; do
106
106
echo "==> building databend-$artifact ..."
107
- cargo -Zgitoxide=fetch, shallow-index,shallow-deps build --target ${{ inputs.target }} --features ${{ inputs.features }} --release --bin databend-$artifact
107
+ cargo -Zgitoxide=fetch -Zgit= shallow-index,shallow-deps build --target ${{ inputs.target }} --features ${{ inputs.features }} --release --bin databend-$artifact
108
108
done
109
109
ls -lh ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-$artifact
110
110
0 commit comments