From 160dc4dfa47d3da2da59f0c14f99079adb1f92da Mon Sep 17 00:00:00 2001 From: Xynnn007 Date: Sun, 23 Feb 2025 18:59:19 +0800 Subject: [PATCH] ci: delete musl build for CDH Due to https://github.com/confidential-containers/guest-components/commit/29711496a38bad2cb9597d8954b306435f95a3e4 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 --- .github/workflows/cdh_basic.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/cdh_basic.yml b/.github/workflows/cdh_basic.yml index 82823c34c..28a3af76b 100644 --- a/.github/workflows/cdh_basic.yml +++ b/.github/workflows/cdh_basic.yml @@ -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