]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert "Configure the system-wide TCP connection timeout on OpenBSD"
authorOndřej Surý <ondrej@sury.org>
Wed, 26 May 2021 14:16:00 +0000 (16:16 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 26 May 2021 14:16:00 +0000 (16:16 +0200)
This reverts commit 8ff15fc0289e7eba5862ae5aca611fa1d327dde5.

.gitlab-ci.yml

index affa686c98cb4f6bad60f036c228fb08e47ba65f..d6a9c489fc70867dcff726ea83402374700628b6 100644 (file)
@@ -387,7 +387,6 @@ stages:
   <<: *default_triggering_rules
   stage: unit
   before_script:
-    - if [ -n "$TCP_CONNECTIONTIMEOUT" ]; then sudo sysctl 'net.inet.tcp.keepinittime=1'; fi
     - *setup_softhsm
     - *retrieve_out_of_tree_workspace
   script:
@@ -1232,8 +1231,6 @@ unit:clang:openbsd:amd64:
   <<: *unit_test_job
   variables:
     USER: gitlab-runner
-    # There's no socket option on OpenBSD, so we need to set this globally
-    TCP_CONNECTIONTIMEOUT: 1
   needs:
     - job: clang:openbsd:amd64
       artifacts: true