mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
committed by
GitHub
parent
89a42dbf74
commit
7304d99bf6
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -196,6 +196,13 @@ jobs:
|
||||
build-type: 'Debug'
|
||||
cxxflags: '-fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all'
|
||||
ldflags: '-fsanitize=address -fsanitize=undefined'
|
||||
|
||||
- toolset: gcc-14
|
||||
install: 'g++-14'
|
||||
container: ubuntu:24.04
|
||||
cxxstd: '23'
|
||||
build-type: 'Debug'
|
||||
cxxflags: '-DBOOST_ASIO_DISABLE_LOCAL_SOCKETS=1' # If a system had no UNIX socket support, we build correctly
|
||||
|
||||
- toolset: gcc-14
|
||||
install: 'g++-14'
|
||||
|
||||
Reference in New Issue
Block a user