Skip to content

Commit

Permalink
fixes #8450 -- enable sparse registry everywhere (#8566)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Mar 24, 2023
1 parent 6a900fe commit 370280b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:
linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,8 +48,6 @@ jobs:
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "908ba3ed9adbb3df90f7684a3111ca916a45202d"}}
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
timeout-minutes: 15
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
steps:
- uses: actions/checkout@v3.4.0
timeout-minutes: 3
Expand Down Expand Up @@ -147,8 +148,6 @@ jobs:
- {IMAGE: "ubuntu-jammy:aarch64", TOXENV: "py310", RUNNER: [self-hosted, Linux, ARM64]}
- {IMAGE: "alpine:aarch64", TOXENV: "py310", RUNNER: [self-hosted, Linux, ARM64]}
timeout-minutes: 15
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
steps:
- name: Ridiculous alpine workaround for actions support on arm64
run: |
Expand Down Expand Up @@ -269,8 +268,6 @@ jobs:
- nightly
name: "Rust Coverage"
timeout-minutes: 15
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
steps:
- uses: actions/checkout@v3.4.0
timeout-minutes: 3
Expand Down Expand Up @@ -451,8 +448,6 @@ jobs:
JOB_NUMBER: [0, 1]
name: "${{ matrix.PYTHON.TOXENV }} on ${{ matrix.WINDOWS.WINDOWS }} (part ${{ matrix.JOB_NUMBER }})"
timeout-minutes: 15
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
steps:
- uses: actions/checkout@v3.4.0
timeout-minutes: 3
Expand Down Expand Up @@ -527,8 +522,6 @@ jobs:
- '3.11'
name: "Downstream tests for ${{ matrix.DOWNSTREAM }}"
timeout-minutes: 15
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
steps:
- uses: actions/checkout@v3.4.0
timeout-minutes: 3
Expand Down Expand Up @@ -572,8 +565,6 @@ jobs:
runs-on: ubuntu-latest
name: "linkcheck"
timeout-minutes: 10
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
steps:
- uses: actions/checkout@v3.4.0
with:
Expand Down

0 comments on commit 370280b

Please sign in to comment.