Skip to content

Commit 8537a18

Browse files
psumberagretchenfrage
authored andcommitted
Solaris CI: better workaround for spurious network issues
1 parent 41facf3 commit 8537a18

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,11 @@ jobs:
7878
rustc --version
7979
echo "~~~~ Solaris-version ~~~~"
8080
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
8781
# Unlike others, don't un-ignore stress tests, because they hang on Solaris
8882
run: |
8983
export PATH=$HOME/.rust_solaris/bin:$PATH
84+
# Workaround for https://github.com/quinn-rs/quinn/issues/2218
85+
export CARGO_HTTP_MULTIPLEXING=false
9086
cargo build --locked --all-targets && cargo test --locked --manifest-path fuzz/Cargo.toml && cargo test --locked -p quinn-udp --benches
9187
9288
test-illumos:

0 commit comments

Comments
 (0)