Skip to content

Commit

Permalink
ci: delete musl build for CDH
Browse files Browse the repository at this point in the history
Due to 2971149
musl build will be triggered when the platform is not s390x and powerpc
during the `Build and install` step. Thus we do not need this new round
to do a duplicated musl build test.

Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 committed Feb 24, 2025
1 parent 5a81873 commit 160dc4d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cdh_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ jobs:
mkdir -p ${HOME}/.local/bin
make RESOURCE_PROVIDER=kbs,sev && make install PREFIX=${HOME}/.local
- name: Musl build
run: |
make LIBC=musl
if: ${{ startsWith(matrix.instance, 'ubuntu-24.04') }}

- name: Run cargo test
run: |
sudo -E PATH=$PATH -s cargo test --features kbs,aliyun,sev,bin -p confidential-data-hub
Expand Down

0 comments on commit 160dc4d

Please sign in to comment.