aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/address_sanitizer_platforms.yaml
blob: 4ba7019abaaf3ddab4be07094e623a3a8dd60f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Version: 2
Configurations:
-
    Id: 'opensuse-15.4-host-asan'
    Template: 'qtci-linux-openSUSE-15.4-x86_64-50'
    Compiler: 'GCC'
    Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure', 'UseAddressSanitizer']
    Configure arguments: '-nomake examples -developer-build'
    Environment variables: [
        'PATH={{.Env.CMAKE_MIN_SUPPORTED_BIN_PATH}}:{{.Env.PATH}}',
        'CONAN_PROFILE=coin/conan/profiles/ci-linux-x86_64-gcc-debug-developer'
    ]