mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 16:20:43 +01:00
Fix Github workflow file
One line was indented with a tab instead of spaces, and this broke the YAML file layout. omfwd_fast_imuxsock.sh loads impstats, so it cannot run without it.
This commit is contained in:
parent
7109be89d1
commit
c94b73d6d7
3
.github/workflows/run_ubuntu_20_tsan.yml
vendored
3
.github/workflows/run_ubuntu_20_tsan.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
check_run:
|
||||
runs-on: ubuntu-18.04
|
||||
timeout-minutes: 50
|
||||
continue-on-error: true
|
||||
|
||||
steps:
|
||||
- name: git checkout project
|
||||
@ -52,7 +53,7 @@ jobs:
|
||||
export CFLAGS="-g -fstack-protector -D_FORTIFY_SOURCE=2 -fsanitize=thread \
|
||||
-O0 -fno-omit-frame-pointer -fno-color-diagnostics"
|
||||
export CI_SANITIZE_BLACKLIST='tests/tsan.supp'
|
||||
# note: we need pathes in container, thus /rsyslog vs. $(pwd) in TSAN_OPTIONS
|
||||
# note: we need pathes in container, thus /rsyslog vs. $(pwd) in TSAN_OPTIONS
|
||||
export TSAN_OPTIONS="halt_on_error=1 suppressions=/rsyslog/tests/tsan-rt.supp"
|
||||
export ABORT_ALL_ON_TEST_FAIL='YES'
|
||||
# impstats has known and OK races
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user