Skip to content

Commit

Permalink
Skip llvm-tools-preview where not relevant (#9806)
Browse files Browse the repository at this point in the history
* Skip llvm-tools-preview where not relevant

* skip here too
  • Loading branch information
alex authored Oct 31, 2023
1 parent d643b04 commit 94f732b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 94f732b

Please sign in to comment.