From 94f732bf0fffebb478caf0cedd37a210db94918b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 31 Oct 2023 17:20:11 -0400 Subject: [PATCH] Skip llvm-tools-preview where not relevant (#9806) * Skip llvm-tools-preview where not relevant * skip here too --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2541ddd9e543..e28a22542bc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,9 +75,11 @@ jobs: if: matrix.PYTHON.RUST - run: rustup component add llvm-tools-preview + if: matrix.PYTHON.NOXSESSION != 'flake' && matrix.PYTHON.NOXSESSION != 'docs' - name: Clone wycheproof timeout-minutes: 2 uses: ./.github/actions/wycheproof + if: matrix.PYTHON.NOXSESSION != 'flake' && matrix.PYTHON.NOXSESSION != 'docs' && matrix.PYTHON.NOXSESSION != 'rust' - name: Compute config hash and set config vars run: | DEFAULT_CONFIG_FLAGS="shared no-ssl2 no-ssl3"