1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

cirrus: switch off blackhole status on the freebsd CI machines

This commit is contained in:
Daniel Stenberg 2019-10-09 09:20:29 +02:00
parent b59f0626b5
commit 5584aa96f8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -25,6 +25,10 @@ task:
compile_script: compile_script:
- make V=1 - make V=1
test_script: test_script:
# blackhole?
- sysctl net.inet.tcp.blackhole
# make sure we don't run blackhole != 0
- sudo sysctl net.inet.tcp.blackhole=0
# Some tests won't run if run as root so run them as another user. # Some tests won't run if run as root so run them as another user.
# Make directories world writable so the test step can write wherever it needs. # Make directories world writable so the test step can write wherever it needs.
- find . -type d -exec chmod 777 {} \; - find . -type d -exec chmod 777 {} \;