Skip to content

Commit

Permalink
Merge pull request #10398 from carlopi/fixplatformdetection
Browse files Browse the repository at this point in the history
Platform detection: Fix thread sanitizer job passing absolute path
  • Loading branch information
Mytherin committed Jan 31, 2024
2 parents d4e7bbe + 62e3e9e commit a68dc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NightlyTests.yml
Expand Up @@ -556,7 +556,7 @@ jobs:
BUILD_JSON: 1
BUILD_EXCEL: 1
BUILD_JEMALLOC: 1
TSAN_OPTIONS: suppressions=.sanitizer-thread-suppressions.txt
TSAN_OPTIONS: suppressions=${{ github.workspace }}/.sanitizer-thread-suppressions.txt

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a68dc91

Please sign in to comment.