We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41facf3 commit 8537a18Copy full SHA for 8537a18
.github/workflows/rust.yml
@@ -78,15 +78,11 @@ jobs:
78
rustc --version
79
echo "~~~~ Solaris-version ~~~~"
80
uname -a
81
- # Workaround for spurious network issues (https://github.com/quinn-rs/quinn/issues/2218)
82
- mkdir ~/.cargo && cat > ~/.cargo/config.toml <<EOF
83
- [http]
84
- timeout = 90
85
- low-speed-limit = 1
86
- EOF
87
# Unlike others, don't un-ignore stress tests, because they hang on Solaris
88
run: |
89
export PATH=$HOME/.rust_solaris/bin:$PATH
+ # Workaround for https://github.com/quinn-rs/quinn/issues/2218
+ export CARGO_HTTP_MULTIPLEXING=false
90
cargo build --locked --all-targets && cargo test --locked --manifest-path fuzz/Cargo.toml && cargo test --locked -p quinn-udp --benches
91
92
test-illumos:
0 commit comments