Skip to content

Commit 8501a27

Browse files
authored
chore(ci): remove musl release (#17041)
1 parent 236fcc4 commit 8501a27

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -131,30 +131,6 @@ jobs:
131131
cp ./target/${{ matrix.target }}/${{ env.BUILD_PROFILE }}/databend-* ./target/${{ env.BUILD_PROFILE }}/
132132
bash ./scripts/ci/ci-run-sqllogic-tests.sh base
133133
134-
build_musl:
135-
runs-on: [self-hosted, X64, Linux, 8c32g, aws]
136-
needs: create_release
137-
strategy:
138-
fail-fast: false
139-
matrix:
140-
target:
141-
- x86_64-unknown-linux-musl
142-
steps:
143-
- name: Checkout
144-
uses: actions/checkout@v4
145-
with:
146-
ref: ${{ needs.create_release.outputs.sha }}
147-
fetch-depth: 0
148-
- name: Build Release
149-
uses: ./.github/actions/build_linux
150-
env:
151-
DATABEND_RELEASE_VERSION: ${{ needs.create_release.outputs.version }}
152-
DATABEND_ENTERPRISE_LICENSE_PUBLIC_KEY: ${{ secrets.DATABEND_ENTERPRISE_LICENSE_PUBLIC_KEY }}
153-
with:
154-
sha: ${{ github.sha }}
155-
target: ${{ matrix.target }}
156-
artifacts: query,meta,metactl
157-
158134
build_udf:
159135
runs-on: [self-hosted, "${{ matrix.runner }}", Linux, 8c32g, aws]
160136
needs: create_release
@@ -184,7 +160,7 @@ jobs:
184160

185161
publish:
186162
runs-on: [self-hosted, X64, Linux, 2c8g, aws]
187-
needs: [create_release, build_default, build_musl]
163+
needs: [create_release, build_default]
188164
strategy:
189165
fail-fast: false
190166
matrix:
@@ -193,8 +169,6 @@ jobs:
193169
target: x86_64-unknown-linux-gnu
194170
- category: default
195171
target: aarch64-unknown-linux-gnu
196-
- category: default
197-
target: x86_64-unknown-linux-musl
198172
steps:
199173
- name: Checkout
200174
uses: actions/checkout@v4

0 commit comments

Comments
 (0)