Skip to content

Commit 11319cd

Browse files
committed
Add UBSAN define to drone run
1 parent eb67ff5 commit 11319cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
365365
linux_pipeline(
366366
"Linux 22.04 Clang 14 UBSAN",
367367
"cppalliance/droneubuntu2204:1",
368-
{ TOOLSET: 'clang', COMPILER: 'clang++-14', CXXSTD: '03,11,14,17,20,2b' } + ubsan,
368+
{ TOOLSET: 'clang', COMPILER: 'clang++-14', CXXSTD: '03,11,14,17,20,2b', DEFINE: 'UBSAN' } + ubsan,
369369
"clang-14",
370370
),
371371

@@ -410,7 +410,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
410410

411411
macos_pipeline(
412412
"MacOS 12.4 Xcode 13.4.1 UBSAN",
413-
{ TOOLSET: 'clang', COMPILER: 'clang++', CXXSTD: '03,11,14,17,20,2b' } + ubsan,
413+
{ TOOLSET: 'clang', COMPILER: 'clang++', CXXSTD: '03,11,14,17,20,2b', DEFINE: 'UBSAN' } + ubsan,
414414
xcode_version = "13.4.1", osx_version = "monterey", arch = "arm64",
415415
),
416416

0 commit comments

Comments
 (0)