File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,27 @@ jobs:
296
296
- uses : ./.github/actions/linux-cmake
297
297
- uses : ./.github/actions/build-and-test
298
298
299
+ ubuntu24-pg17-clang16-san :
300
+ runs-on : ubuntu-24.04
301
+
302
+ env :
303
+ CC : clang-16
304
+ CXX : clang++-16
305
+ EXTRA_FLAGS : -fsanitize=address,undefined -fno-sanitize-recover=all -fno-omit-frame-pointer
306
+ LDFLAGS : -fsanitize=address,undefined
307
+ LUA_VERSION : 5.3
308
+ LUAJIT_OPTION : OFF
309
+ POSTGRESQL_VERSION : 17
310
+ POSTGIS_VERSION : 3
311
+ BUILD_TYPE : Debug
312
+ PSYCOPG : 3
313
+
314
+ steps :
315
+ - uses : actions/checkout@v4
316
+ - uses : ./.github/actions/ubuntu-prerequisites
317
+ - uses : ./.github/actions/linux-cmake
318
+ - uses : ./.github/actions/build-and-test
319
+
299
320
ubuntu24-pg17-gcc12-cpp20 :
300
321
runs-on : ubuntu-24.04
301
322
You can’t perform that action at this time.
0 commit comments