Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Better detection of data races in the TSan CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole committed Jan 16, 2024
1 parent 19dce00 commit 8536a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
'${{ github.event.repository.full_name }}'
- name: Configure tree
run: |
MAKE_ARG=-j CONFIG_ARG='--enable-cmm-invariants --enable-dependency-generation --enable-native-toplevel --enable-tsan --enable-ocamltest' OCAMLRUNPARAM=b,v=0 bash -xe tools/ci/actions/runner.sh configure
MAKE_ARG=-j CONFIG_ARG='--enable-cmm-invariants --enable-dependency-generation --enable-native-toplevel --enable-tsan --enable-ocamltest CFLAGS=-DTSAN_INSTRUMENT_ALL' OCAMLRUNPARAM=b,v=0 bash -xe tools/ci/actions/runner.sh configure
- name: Build
run: |
MAKE_ARG=-j bash -xe tools/ci/actions/runner.sh build
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
config_arg: CFLAGS='-O0'
- name: macos
os: macos-latest
config_arg: --enable-tsan
config_arg: --enable-tsan CFLAGS=-DTSAN_INSTRUMENT_ALL
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8536a4d

Please sign in to comment.