2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Adds support for UNIX sockets (#272)

close #246
This commit is contained in:
Anarthal (Rubén Pérez)
2025-06-20 13:23:39 +02:00
committed by GitHub
parent 89a42dbf74
commit 7304d99bf6
20 changed files with 640 additions and 141 deletions

View File

@@ -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'