apache / apache/datafusion-comet

chore: Improve crates.io download stability

Open
#1,644 0 comments 0 reactions 0 assignees View on GitHub
build
Dominant language
Scala
Stars
1.3k
Forks
373
Avg merge
2d 6h
Merged PRs (30d)
190

Description

### Describe the bug

Sometimes build failed with
```
warning: spurious network error (3 tries remaining): [7] Could not connect to server (Failed to connect to index.crates.io port 443 after 4002 ms: Could not connect to server)
```

One proposal is to increase number of attempts another is to specify crates mirror like

```
[source.crates-io]
index = "https://github.com/rust-lang/crates.io-index" # I set the source to the official github index
```

### Steps to reproduce

_No response_

### Expected behavior

_No response_

### Additional context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.