From c8570d69bf10dd36ffc4e3aee6012eab2f5494c8 Mon Sep 17 00:00:00 2001 From: Juergen Repp Date: Mon, 18 Mar 2024 15:48:18 +0100 Subject: [PATCH] ci: remove mbedtls .... Signed-off-by: Juergen Repp --- .github/workflows/main.yml | 43 +------------------------------------- 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 988909a66..06a11e047 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,48 +44,7 @@ jobs: - name: failure if: ${{ failure() }} run: cat $(find ../ -name test-suite.log) || true - test-tcti-config: - runs-on: ubuntu-latest - if: "!contains(github.ref, 'coverity_scan')" - steps: - - name: Check out repository - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Launch Action - uses: - tpm2-software/ci/runCI@main - with: - CC: gcc - DOCKER_IMAGE: fedora-32 - TEST_TCTI_CONFIG: true - PROJECT_NAME: ${{ github.event.repository.name }} - - name: failure - if: ${{ failure() }} - run: cat $(find ../ -name test-suite.log) || true - test-mbedtls: - runs-on: ubuntu-latest - if: "!contains(github.ref, 'coverity_scan')" - strategy: - matrix: - docker_image: [ubuntu-20.04 ] - steps: - - name: Check out repository - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Launch Action - uses: - tpm2-software/ci/runCI@main - with: - CC: gcc - DOCKER_IMAGE: ${{ matrix.docker_image }} - WITH_CRYPTO: mbed - PROJECT_NAME: ${{ github.event.repository.name }} - - name: failure - if: ${{ failure() }} - run: cat $(find ../ -name test-suite.log) || true - test-no-crypto-build: + test-no-crypto-build: runs-on: ubuntu-latest if: "!contains(github.ref, 'coverity_scan')" steps: