We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb67ff5 commit 11319cdCopy full SHA for 11319cd
.drone.jsonnet
@@ -365,7 +365,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
365
linux_pipeline(
366
"Linux 22.04 Clang 14 UBSAN",
367
"cppalliance/droneubuntu2204:1",
368
- { TOOLSET: 'clang', COMPILER: 'clang++-14', CXXSTD: '03,11,14,17,20,2b' } + ubsan,
+ { TOOLSET: 'clang', COMPILER: 'clang++-14', CXXSTD: '03,11,14,17,20,2b', DEFINE: 'UBSAN' } + ubsan,
369
"clang-14",
370
),
371
@@ -410,7 +410,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
410
411
macos_pipeline(
412
"MacOS 12.4 Xcode 13.4.1 UBSAN",
413
- { TOOLSET: 'clang', COMPILER: 'clang++', CXXSTD: '03,11,14,17,20,2b' } + ubsan,
+ { TOOLSET: 'clang', COMPILER: 'clang++', CXXSTD: '03,11,14,17,20,2b', DEFINE: 'UBSAN' } + ubsan,
414
xcode_version = "13.4.1", osx_version = "monterey", arch = "arm64",
415
416
0 commit comments