Skip to content

Commit

Permalink
Revert "Use cargo's sparse protocol"
Browse files Browse the repository at this point in the history
This reverts commit ed42b29.

The sparse protocol is the default in Rust 1.70, so we can just leave it
to defaults across all our CI-tested versions.
  • Loading branch information
cuviper committed Jun 13, 2023
1 parent 2c97943 commit 84f7b10
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@ on:
- staging
- trying

env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:

check:
name: Check (1.59.0)
runs-on: ubuntu-latest
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.59.0
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
schedule:
- cron: '0 0 * * 0' # 00:00 Sunday

env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:

test:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ on: pull_request

# Using 16MB stacks for deep test/debug recursion
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
RUST_MIN_STACK: 16777216

jobs:

check:
name: Check (1.59.0)
runs-on: ubuntu-latest
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.59.0
Expand Down

0 comments on commit 84f7b10

Please sign in to comment.