Skip to content

fix: Use right node in cache population (#89) #28

fix: Use right node in cache population (#89)

fix: Use right node in cache population (#89) #28

Workflow file for this run

name: 'Linux + Thread Sanitizer'
on:
workflow_call:
inputs:
run_build:
required: true
type: boolean
push:
branches: [ 'main' ]
jobs:
clang14-tsan:
name: Thread Sanitizer Tests
environment: public-github-runners
runs-on: ubuntu-22.04
if: inputs.run_build == true
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/build-cmake-preset
with:
preset-name: clang14-relwithdebinfo
cmake-args: "-D SILKIT_ENABLE_THREADSAN=ON -D SILKIT_BUILD_DASHBOARD=OFF"
do-package: false