From 093b015f3c6384e7b5670558ea2eb8f9630f016b Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Fri, 13 Jun 2025 11:57:58 +0100 Subject: [PATCH] Remove gh cli isntall from GH workflows Signed-off-by: Simon Davies --- .github/workflows/Benchmarks.yml | 8 -------- .github/workflows/dep_rust.yml | 9 --------- 2 files changed, 17 deletions(-) diff --git a/.github/workflows/Benchmarks.yml b/.github/workflows/Benchmarks.yml index 221c4790e..dc56b81e2 100644 --- a/.github/workflows/Benchmarks.yml +++ b/.github/workflows/Benchmarks.yml @@ -47,14 +47,6 @@ jobs: cp ./downloaded-guest-binaries-release/dummyguest ./src/tests/rust_guests/bin/release/dummyguest ### Benchmarks ### - - name: Install github-cli (Linux mariner) - if: runner.os == 'Linux' && matrix.hypervisor == 'hyperv' - run: sudo dnf install gh -y - - - name: Install github-cli (Linux ubuntu) - if: runner.os == 'Linux' && matrix.hypervisor == 'kvm' - run: sudo apt install gh -y - - name: Fetch tags run: git fetch --tags origin diff --git a/.github/workflows/dep_rust.yml b/.github/workflows/dep_rust.yml index 7f00a777c..51c02b1fb 100644 --- a/.github/workflows/dep_rust.yml +++ b/.github/workflows/dep_rust.yml @@ -142,15 +142,6 @@ jobs: RUST_LOG: debug run: just test-rust-crashdump ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}} - ### Benchmarks ### - - name: Install github-cli (Linux mariner) - if: runner.os == 'Linux' && matrix.hypervisor == 'mshv' - run: sudo dnf install gh -y - - - name: Install github-cli (Linux ubuntu) - if: runner.os == 'Linux' && matrix.hypervisor == 'kvm' - run: sudo apt install gh -y - - name: Download benchmarks from "latest" run: just bench-download ${{ runner.os }} ${{ matrix.hypervisor }} ${{ matrix.cpu}} dev-latest # compare to prerelease env: