mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/timw/disable-tsan-ci-task'
* origin/topic/timw/disable-tsan-ci-task: CI: Disable tsan task until it can be fixed
This commit is contained in:
commit
5ff24dad23
3 changed files with 21 additions and 15 deletions
28
.cirrus.yml
28
.cirrus.yml
|
@ -387,21 +387,21 @@ ubsan_sanitizer_task:
|
|||
ZEEK_TAILORED_UB_CHECKS: 1
|
||||
UBSAN_OPTIONS: print_stacktrace=1
|
||||
|
||||
tsan_sanitizer_task:
|
||||
container:
|
||||
# Just uses a recent/common distro to run memory error/leak checks.
|
||||
dockerfile: ci/ubuntu-22.04/Dockerfile
|
||||
<< : *SANITIZERS_RESOURCE_TEMPLATE
|
||||
# tsan_sanitizer_task:
|
||||
# container:
|
||||
# # Just uses a recent/common distro to run memory error/leak checks.
|
||||
# dockerfile: ci/ubuntu-22.04/Dockerfile
|
||||
# << : *SANITIZERS_RESOURCE_TEMPLATE
|
||||
|
||||
<< : *CI_TEMPLATE
|
||||
<< : *SKIP_TASK_ON_PR
|
||||
env:
|
||||
ZEEK_CI_CONFIGURE_FLAGS: *TSAN_SANITIZER_CONFIG
|
||||
ZEEK_CI_DISABLE_SCRIPT_PROFILING: 1
|
||||
# If this is defined directly in the environment, configure fails to find
|
||||
# OpenSSL. Instead we define it with a different name and then give it
|
||||
# the correct name in the testing scripts.
|
||||
ZEEK_TSAN_OPTIONS: suppressions=/zeek/ci/tsan_suppressions.txt
|
||||
# << : *CI_TEMPLATE
|
||||
# << : *SKIP_TASK_ON_PR
|
||||
# env:
|
||||
# ZEEK_CI_CONFIGURE_FLAGS: *TSAN_SANITIZER_CONFIG
|
||||
# ZEEK_CI_DISABLE_SCRIPT_PROFILING: 1
|
||||
# # If this is defined directly in the environment, configure fails to find
|
||||
# # OpenSSL. Instead we define it with a different name and then give it
|
||||
# # the correct name in the testing scripts.
|
||||
# ZEEK_TSAN_OPTIONS: suppressions=/zeek/ci/tsan_suppressions.txt
|
||||
|
||||
windows_task:
|
||||
# 2 hour timeout just for potential of building Docker image taking a while
|
||||
|
|
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
|||
6.1.0-dev.441 | 2023-09-22 14:38:26 -0700
|
||||
|
||||
* CI: Disable tsan task until it can be fixed (Tim Wojtulewicz, Corelight)
|
||||
|
||||
* Update af_packet plugin submodule [nomail] (Tim Wojtulewicz)
|
||||
|
||||
6.1.0-dev.436 | 2023-09-22 15:06:39 +0200
|
||||
|
||||
* Bump Spicy (Benjamin Bannier, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.1.0-dev.436
|
||||
6.1.0-dev.441
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue