File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -480,16 +480,16 @@ jobs:
480
480
build_linux_gcc_coverage :
481
481
name : Build on Linux (coverage)
482
482
483
- runs-on : ubuntu-latest
483
+ env :
484
+ TSAN_OPTIONS : " halt_on_error=1 suppressions=scripts/tests/chiptest/tsan-linux-suppressions.txt"
485
+
484
486
if : github.actor != 'restyled-io[bot]'
487
+ runs-on : ubuntu-latest
485
488
486
489
container :
487
490
image : ghcr.io/project-chip/chip-build:104
488
- volumes :
489
- - " /:/runner-root-volume"
490
- - " /tmp/log_output:/tmp/test_logs"
491
491
options : --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
492
- net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1 "
492
+ net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0 "
493
493
494
494
steps :
495
495
- name : Checkout
@@ -498,6 +498,8 @@ jobs:
498
498
uses : ./.github/actions/checkout-submodules-and-bootstrap
499
499
with :
500
500
platform : linux
501
+ bootstrap-log-name : bootstrap-logs-linux-${{ matrix.build_variant }}${{ matrix.chip_tool }}
501
502
502
503
- name : Run Build Coverage
503
504
run : ./scripts/build_coverage.sh --yaml
505
+
You can’t perform that action at this time.
0 commit comments