Skip to content

Commit 7199cf6

Browse files
committed
FreeBSD sysctl removed sudo
1 parent b3a1b52 commit 7199cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ task:
1717
- cargo build
1818
- cargo build --no-default-features
1919
enable_tcp_fastopen:
20-
- sudo sysctl net.inet.tcp.fastopen.client_enable=1
21-
- sudo sysctl net.inet.tcp.fastopen.server_enable=1
20+
- sysctl net.inet.tcp.fastopen.client_enable=1
21+
- sysctl net.inet.tcp.fastopen.server_enable=1
2222
amd64_test_script:
2323
- . $HOME/.cargo/env
2424
- cargo test --all-features

0 commit comments

Comments
 (0)