Skip to content

Commit 40dedf3

Browse files
committed
Update build_linux_gcc_coverage
1 parent 927040b commit 40dedf3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -480,16 +480,16 @@ jobs:
480480
build_linux_gcc_coverage:
481481
name: Build on Linux (coverage)
482482

483-
runs-on: ubuntu-latest
483+
env:
484+
TSAN_OPTIONS: "halt_on_error=1 suppressions=scripts/tests/chiptest/tsan-linux-suppressions.txt"
485+
484486
if: github.actor != 'restyled-io[bot]'
487+
runs-on: ubuntu-latest
485488

486489
container:
487490
image: ghcr.io/project-chip/chip-build:104
488-
volumes:
489-
- "/:/runner-root-volume"
490-
- "/tmp/log_output:/tmp/test_logs"
491491
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"
493493

494494
steps:
495495
- name: Checkout
@@ -498,6 +498,8 @@ jobs:
498498
uses: ./.github/actions/checkout-submodules-and-bootstrap
499499
with:
500500
platform: linux
501+
bootstrap-log-name: bootstrap-logs-linux-${{ matrix.build_variant }}${{ matrix.chip_tool }}
501502

502503
- name: Run Build Coverage
503504
run: ./scripts/build_coverage.sh --yaml
505+

0 commit comments

Comments
 (0)