Skip to content

Commit 8cb823f

Browse files
committed
enable tcp_fastopen after build_script
1 parent 71f7800 commit 8cb823f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ env:
66

77
task:
88
name: FreeBSD
9-
enable_tcp_fastopen:
10-
- sysctl net.inet.tcp.fastopen.client_enabled=1
11-
- sysctl net.inet.tcp.fastopen.server_enabled=1
129
setup_script:
1310
- pkg install -y curl
1411
- curl https://sh.rustup.rs -sSf --output rustup.sh
@@ -19,6 +16,9 @@ task:
1916
- . $HOME/.cargo/env
2017
- cargo build
2118
- cargo build --no-default-features
19+
enable_tcp_fastopen:
20+
- sysctl net.inet.tcp.fastopen.client_enabled=1
21+
- sysctl net.inet.tcp.fastopen.server_enabled=1
2222
amd64_test_script:
2323
- . $HOME/.cargo/env
2424
- cargo test --all-features

0 commit comments

Comments
 (0)