From ae9f49f5bc5db8badf0c300ac6cd84356d55cb3b Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Sun, 2 Mar 2025 23:09:26 +0100 Subject: [PATCH] ci: remove old tee github workflow --- .github/workflows/tee-ci.yml | 39 ------------------------------------ 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/tee-ci.yml diff --git a/.github/workflows/tee-ci.yml b/.github/workflows/tee-ci.yml deleted file mode 100644 index aae7bb51ef..0000000000 --- a/.github/workflows/tee-ci.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: tee-build - -on: - push: - branches: [ "dev" ] - -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -jobs: - build-measure-emulated: - environment: tee - runs-on: [self-hosted, linux] - container: - image: notaryserverbuilds.azurecr.io/prod/gramine - credentials: - username: notaryserverbuilds - password: ${{ secrets.AZURE_CR_BUILDS_PW }} - env: - GIT_COMMIT_HASH: ${{ github.event.pull_request.head.sha || github.sha }} - steps: - - name: get code - uses: actions/checkout@v4 - - name: sccache - if: github.event_name != 'release' - # && github.event_name != 'workflow_dispatch' - uses: mozilla-actions/sccache-action@v0.0.6 - - name: set rust env for scc - if: github.event_name != 'release' - # && github.event_name != 'workflow_dispatch' - run: | - echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV - echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV - - - name: get emulated measurement (call gramine.sh without the sgx arg) - working-directory: ${{ github.workspace }}/crates/notary/server/tee - run: | - chmod +x ../../../../.github/scripts/gramine.sh && ../../../../.github/scripts/gramine.sh